Html Css Color HEX #B55D96 Mulberry

📋 copy color: '#B55D96'

red 181 ◦ green 93 ◦ blue 150

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

Shades of Mulberry #B55D96

Tints of Mulberry #B55D96

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.93%

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 42.69%
G = 21.93%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B55D96 (or 0xB55D96) is known color: Mulberry. HEX triplet: B5, 5D and 96. RGB value is (181,93,150). Sum of RGB (Red+Green+Blue) = 181+93+150=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D96 is #4AA269. Grayscale: #7D7D7D. Windows color (decimal): -4891242 or 9854389. OLE color: 9854389.

HSL color Cylindrical-coordinate representation of color #B55D96: hue angle of 321.14º degrees, saturation: 0.37, 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 #B55D96 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 93 150 -
CMYK 0 0.49 0.17 0.29
HSL 321.14º 0.37% 0.54% -
HSV(B) 321.14º 0.49% 0.71% -
XYZ 28.48 19.85 31.19 -
YUV 125.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 181 93 150 0 0.49 0.17 0.29 321.14 0.37 0.54
Hex B5 5D 96 0 31 11 1D 141 25 36
Octal 265 135 226 0 61 21 35 501 45 66
Binary 10110101 1011101 10010110 0 110001 10001 11101 101000001 100101 110110

Color Harmonies of #B55D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D96

Black with #B55D96

Text Example


Text Example

White with #B55D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D96; }

 p { color: rgb(181,93,150); }

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

background-color css

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

 a { background-color: rgb(181,93,150); }

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

border-color css

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

 span { border-color: rgb(181,93,150); }

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