Html Css Color HEX #BB5D9A Mulberry

📋 copy color: '#BB5D9A'

red 187 ◦ green 93 ◦ blue 154

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

Shades of Mulberry #BB5D9A

Tints of Mulberry #BB5D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.48%

R = 43.09%
G = 21.43%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB5D9A (or 0xBB5D9A) is known color: Mulberry. HEX triplet: BB, 5D and 9A. RGB value is (187,93,154). Sum of RGB (Red+Green+Blue) = 187+93+154=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5D9A is #44A265. Grayscale: #7F7F7F. Windows color (decimal): -4498022 or 10116539. OLE color: 10116539.

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

Color convert

RGB 187 93 154 -
CMYK 0 0.50 0.18 0.27
HSL 321.06º 0.41% 0.55% -
HSV(B) 321.06º 0.5% 0.73% -
XYZ 30.24 20.73 32.98 -
YUV 128.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 187 93 154 0 0.50 0.18 0.27 321.06 0.41 0.55
Hex BB 5D 9A 0 32 12 1B 141 29 37
Octal 273 135 232 0 62 22 33 501 51 67
Binary 10111011 1011101 10011010 0 110010 10010 11011 101000001 101001 110111

Color Harmonies of #BB5D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D9A

Black with #BB5D9A

Text Example


Text Example

White with #BB5D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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