Html Css Color HEX #BB4C9A Mulberry

📋 copy color: '#BB4C9A'

red 187 ◦ green 76 ◦ blue 154

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

Shades of Mulberry #BB4C9A

Tints of Mulberry #BB4C9A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.23%

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

R = 44.84%
G = 18.23%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB4C9A (or 0xBB4C9A) is known color: Mulberry. HEX triplet: BB, 4C and 9A. RGB value is (187,76,154). Sum of RGB (Red+Green+Blue) = 187+76+154=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4C9A is #44B365. Grayscale: #757575. Windows color (decimal): -4502374 or 10112187. OLE color: 10112187.

HSL color Cylindrical-coordinate representation of color #BB4C9A: hue angle of 317.84º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4C9A is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 76 154 -
CMYK 0 0.59 0.18 0.27
HSL 317.84º 0.45% 0.52% -
HSV(B) 317.84º 0.59% 0.73% -
XYZ 28.91 18.07 32.54 -
YUV 118.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 187 76 154 0 0.59 0.18 0.27 317.84 0.45 0.52
Hex BB 4C 9A 0 3B 12 1B 13E 2D 34
Octal 273 114 232 0 73 22 33 476 55 64
Binary 10111011 1001100 10011010 0 111011 10010 11011 100111110 101101 110100

Color Harmonies of #BB4C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4C9A

Black with #BB4C9A

Text Example


Text Example

White with #BB4C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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