Html Css Color HEX #BB5E9C Mulberry

📋 copy color: '#BB5E9C'

red 187 ◦ green 94 ◦ blue 156

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

Shades of Mulberry #BB5E9C

Tints of Mulberry #BB5E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.51%

 BLUE value IS 156 (61.33% from 255) = 35.7%

R = 42.79%
G = 21.51%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB5E9C (or 0xBB5E9C) is known color: Mulberry. HEX triplet: BB, 5E and 9C. RGB value is (187,94,156). Sum of RGB (Red+Green+Blue) = 187+94+156=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E9C is #44A163. Grayscale: #808080. Windows color (decimal): -4497764 or 10247867. OLE color: 10247867.

HSL color Cylindrical-coordinate representation of color #BB5E9C: hue angle of 320º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5E9C is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 94 156 -
CMYK 0 0.50 0.17 0.27
HSL 320º 0.41% 0.55% -
HSV(B) 320º 0.5% 0.73% -
XYZ 30.5 20.97 33.89 -
YUV 128.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 187 94 156 0 0.50 0.17 0.27 320 0.41 0.55
Hex BB 5E 9C 0 32 11 1B 140 29 37
Octal 273 136 234 0 62 21 33 500 51 67
Binary 10111011 1011110 10011100 0 110010 10001 11011 101000000 101001 110111

Color Harmonies of #BB5E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E9C

Black with #BB5E9C

Text Example


Text Example

White with #BB5E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E9C; }

 p { color: rgb(187,94,156); }

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

background-color css

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

 a { background-color: rgb(187,94,156); }

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

border-color css

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

 span { border-color: rgb(187,94,156); }

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