Html Css Color HEX #BB4299 Mulberry

📋 copy color: '#BB4299'

red 187 ◦ green 66 ◦ blue 153

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

Shades of Mulberry #BB4299

Tints of Mulberry #BB4299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 46.06%
G = 16.26%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB4299 (or 0xBB4299) is known color: Mulberry. HEX triplet: BB, 42 and 99. RGB value is (187,66,153). Sum of RGB (Red+Green+Blue) = 187+66+153=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4299 is #44BD66. Grayscale: #6F6F6F. Windows color (decimal): -4504935 or 10044091. OLE color: 10044091.

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

Color convert

RGB 187 66 153 -
CMYK 0 0.65 0.18 0.27
HSL 316.86º 0.48% 0.5% -
HSV(B) 316.86º 0.65% 0.73% -
XYZ 28.19 16.76 31.89 -
YUV 112.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 187 66 153 0 0.65 0.18 0.27 316.86 0.48 0.5
Hex BB 42 99 0 41 12 1B 13D 30 32
Octal 273 102 231 0 101 22 33 475 60 62
Binary 10111011 1000010 10011001 0 1000001 10010 11011 100111101 110000 110010

Color Harmonies of #BB4299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4299

Black with #BB4299

Text Example


Text Example

White with #BB4299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4299; }

 p { color: rgb(187,66,153); }

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

background-color css

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

 a { background-color: rgb(187,66,153); }

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

border-color css

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

 span { border-color: rgb(187,66,153); }

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