Html Css Color HEX #B55C8E Mulberry

📋 copy color: '#B55C8E'

red 181 ◦ green 92 ◦ blue 142

#B55C8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #B55C8E

Tints of Mulberry #B55C8E

RGB

 RED value IS 181 (71.09% from 255) = 43.61%

 GREEN value IS 92 (36.33% from 255) = 22.17%

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 43.61%
G = 22.17%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B55C8E (or 0xB55C8E) is known color: Mulberry. HEX triplet: B5, 5C and 8E. RGB value is (181,92,142). Sum of RGB (Red+Green+Blue) = 181+92+142=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C8E is #4AA371. Grayscale: #7C7C7C. Windows color (decimal): -4891506 or 9329845. OLE color: 9329845.

HSL color Cylindrical-coordinate representation of color #B55C8E: hue angle of 326.29º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55C8E is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 92 142 -
CMYK 0 0.49 0.22 0.29
HSL 326.29º 0.38% 0.54% -
HSV(B) 326.29º 0.49% 0.71% -
XYZ 27.77 19.43 27.88 -
YUV 124.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 181 92 142 0 0.49 0.22 0.29 326.29 0.38 0.54
Hex B5 5C 8E 0 31 16 1D 146 26 36
Octal 265 134 216 0 61 26 35 506 46 66
Binary 10110101 1011100 10001110 0 110001 10110 11101 101000110 100110 110110

Color Harmonies of #B55C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C8E

Black with #B55C8E

Text Example


Text Example

White with #B55C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C8E; }

 p { color: rgb(181,92,142); }

 H1.HeaderClassName
 {
   color: #B55C8E;
 }
 .AnyTagClassName
 {
   color: #B55C8E;
 }
</style>

background-color css

<style>
 a { background-color: #B55C8E; }

 a { background-color: rgb(181,92,142); }

 div.DivClassName
 {
   background-color: #B55C8E;
 }
 .BgClassName
 {
   background-color: #B55C8E;
 }
</style>

border-color css

<style>
 span { border-color: #B55C8E; }

 span { border-color: rgb(181,92,142); }

 td.TdClassName
 {
   border-color: #B55C8E;
 }
 .TagClassName
 {
   border-color: #B55C8E;
 }
</style>