Html Css Color HEX #BB5296 Mulberry

📋 copy color: '#BB5296'

red 187 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #BB5296

Tints of Mulberry #BB5296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.57%

 BLUE value IS 150 (58.98% from 255) = 35.8%

R = 44.63%
G = 19.57%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB5296 (or 0xBB5296) is known color: Mulberry. HEX triplet: BB, 52 and 96. RGB value is (187,82,150). Sum of RGB (Red+Green+Blue) = 187+82+150=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5296 is #44AD69. Grayscale: #787878. Windows color (decimal): -4500842 or 9851579. OLE color: 9851579.

HSL color Cylindrical-coordinate representation of color #BB5296: hue angle of 321.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5296 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 82 150 -
CMYK 0 0.56 0.20 0.27
HSL 321.14º 0.44% 0.53% -
HSV(B) 321.14º 0.56% 0.73% -
XYZ 29.02 18.8 30.95 -
YUV 121.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 187 82 150 0 0.56 0.20 0.27 321.14 0.44 0.53
Hex BB 52 96 0 38 14 1B 141 2C 35
Octal 273 122 226 0 70 24 33 501 54 65
Binary 10111011 1010010 10010110 0 111000 10100 11011 101000001 101100 110101

Color Harmonies of #BB5296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5296

Black with #BB5296

Text Example


Text Example

White with #BB5296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5296; }

 p { color: rgb(187,82,150); }

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

background-color css

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

 a { background-color: rgb(187,82,150); }

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

border-color css

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

 span { border-color: rgb(187,82,150); }

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