Html Css Color HEX #BB4A87 Mulberry

📋 copy color: '#BB4A87'

red 187 ◦ green 74 ◦ blue 135

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

Shades of Mulberry #BB4A87

Tints of Mulberry #BB4A87

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.69%

 BLUE value IS 135 (53.13% from 255) = 34.09%

R = 47.22%
G = 18.69%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB4A87 (or 0xBB4A87) is known color: Mulberry. HEX triplet: BB, 4A and 87. RGB value is (187,74,135). Sum of RGB (Red+Green+Blue) = 187+74+135=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4A87 is #44B578. Grayscale: #727272. Windows color (decimal): -4502905 or 8866491. OLE color: 8866491.

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

Color convert

RGB 187 74 135 -
CMYK 0 0.60 0.28 0.27
HSL 327.61º 0.45% 0.51% -
HSV(B) 327.61º 0.6% 0.73% -
XYZ 27.32 17.21 24.8 -
YUV 114.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 187 74 135 0 0.60 0.28 0.27 327.61 0.45 0.51
Hex BB 4A 87 0 3C 1C 1B 148 2D 33
Octal 273 112 207 0 74 34 33 510 55 63
Binary 10111011 1001010 10000111 0 111100 11100 11011 101001000 101101 110011

Color Harmonies of #BB4A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A87

Black with #BB4A87

Text Example


Text Example

White with #BB4A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A87; }

 p { color: rgb(187,74,135); }

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

background-color css

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

 a { background-color: rgb(187,74,135); }

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

border-color css

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

 span { border-color: rgb(187,74,135); }

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