Html Css Color HEX #BB5896 Mulberry

📋 copy color: '#BB5896'

red 187 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #BB5896

Tints of Mulberry #BB5896

RGB

 RED value IS 187 (73.44% from 255) = 44%

 GREEN value IS 88 (34.77% from 255) = 20.71%

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

R = 44%
G = 20.71%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB5896 (or 0xBB5896) is known color: Mulberry. HEX triplet: BB, 58 and 96. RGB value is (187,88,150). Sum of RGB (Red+Green+Blue) = 187+88+150=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5896 is #44A769. Grayscale: #7C7C7C. Windows color (decimal): -4499306 or 9853115. OLE color: 9853115.

HSL color Cylindrical-coordinate representation of color #BB5896: hue angle of 322.42º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB5896 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 88 150 -
CMYK 0 0.53 0.20 0.27
HSL 322.42º 0.42% 0.54% -
HSV(B) 322.42º 0.53% 0.73% -
XYZ 29.49 19.75 31.11 -
YUV 124.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 187 88 150 0 0.53 0.20 0.27 322.42 0.42 0.54
Hex BB 58 96 0 35 14 1B 142 2A 36
Octal 273 130 226 0 65 24 33 502 52 66
Binary 10111011 1011000 10010110 0 110101 10100 11011 101000010 101010 110110

Color Harmonies of #BB5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5896

Black with #BB5896

Text Example


Text Example

White with #BB5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5896; }

 p { color: rgb(187,88,150); }

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

background-color css

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

 a { background-color: rgb(187,88,150); }

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

border-color css

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

 span { border-color: rgb(187,88,150); }

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