Html Css Color HEX #BB4D91 Mulberry

📋 copy color: '#BB4D91'

red 187 ◦ green 77 ◦ blue 145

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

Shades of Mulberry #BB4D91

Tints of Mulberry #BB4D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.83%

 BLUE value IS 145 (57.03% from 255) = 35.45%

R = 45.72%
G = 18.83%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB4D91 (or 0xBB4D91) is known color: Mulberry. HEX triplet: BB, 4D and 91. RGB value is (187,77,145). Sum of RGB (Red+Green+Blue) = 187+77+145=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D91 is #44B26E. Grayscale: #757575. Windows color (decimal): -4502127 or 9522619. OLE color: 9522619.

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

Color convert

RGB 187 77 145 -
CMYK 0 0.59 0.22 0.27
HSL 322.91º 0.45% 0.52% -
HSV(B) 322.91º 0.59% 0.73% -
XYZ 28.26 17.92 28.76 -
YUV 117.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 187 77 145 0 0.59 0.22 0.27 322.91 0.45 0.52
Hex BB 4D 91 0 3B 16 1B 143 2D 34
Octal 273 115 221 0 73 26 33 503 55 64
Binary 10111011 1001101 10010001 0 111011 10110 11011 101000011 101101 110100

Color Harmonies of #BB4D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D91

Black with #BB4D91

Text Example


Text Example

White with #BB4D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D91; }

 p { color: rgb(187,77,145); }

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

background-color css

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

 a { background-color: rgb(187,77,145); }

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

border-color css

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

 span { border-color: rgb(187,77,145); }

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