Html Css Color HEX #BB4B9A Mulberry

📋 copy color: '#BB4B9A'

red 187 ◦ green 75 ◦ blue 154

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

Shades of Mulberry #BB4B9A

Tints of Mulberry #BB4B9A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.03%

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

R = 44.95%
G = 18.03%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB4B9A (or 0xBB4B9A) is known color: Mulberry. HEX triplet: BB, 4B and 9A. RGB value is (187,75,154). Sum of RGB (Red+Green+Blue) = 187+75+154=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4B9A is #44B465. Grayscale: #757575. Windows color (decimal): -4502630 or 10111931. OLE color: 10111931.

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

Color convert

RGB 187 75 154 -
CMYK 0 0.60 0.18 0.27
HSL 317.68º 0.45% 0.51% -
HSV(B) 317.68º 0.6% 0.73% -
XYZ 28.84 17.93 32.51 -
YUV 117.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 187 75 154 0 0.60 0.18 0.27 317.68 0.45 0.51
Hex BB 4B 9A 0 3C 12 1B 13E 2D 33
Octal 273 113 232 0 74 22 33 476 55 63
Binary 10111011 1001011 10011010 0 111100 10010 11011 100111110 101101 110011

Color Harmonies of #BB4B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B9A

Black with #BB4B9A

Text Example


Text Example

White with #BB4B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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