Html Css Color HEX #BB5D9B Mulberry

📋 copy color: '#BB5D9B'

red 187 ◦ green 93 ◦ blue 155

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

Shades of Mulberry #BB5D9B

Tints of Mulberry #BB5D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 42.99%
G = 21.38%
B = 35.63%

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

#BB5D9B (or 0xBB5D9B) is known color: Mulberry. HEX triplet: BB, 5D and 9B. RGB value is (187,93,155). Sum of RGB (Red+Green+Blue) = 187+93+155=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5D9B is #44A264. Grayscale: #808080. Windows color (decimal): -4498021 or 10182075. OLE color: 10182075.

HSL color Cylindrical-coordinate representation of color #BB5D9B: hue angle of 320.43º 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 #BB5D9B is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 155 -
CMYK 0 0.50 0.17 0.27
HSL 320.43º 0.41% 0.55% -
HSV(B) 320.43º 0.5% 0.73% -
XYZ 30.32 20.76 33.42 -
YUV 128.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 187 93 155 0 0.50 0.17 0.27 320.43 0.41 0.55
Hex BB 5D 9B 0 32 11 1B 140 29 37
Octal 273 135 233 0 62 21 33 500 51 67
Binary 10111011 1011101 10011011 0 110010 10001 11011 101000000 101001 110111

Color Harmonies of #BB5D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D9B

Black with #BB5D9B

Text Example


Text Example

White with #BB5D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D9B; }

 p { color: rgb(187,93,155); }

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

background-color css

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

 a { background-color: rgb(187,93,155); }

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

border-color css

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

 span { border-color: rgb(187,93,155); }

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