Html Css Color HEX #BB5595 Mulberry

📋 copy color: '#BB5595'

red 187 ◦ green 85 ◦ blue 149

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

Shades of Mulberry #BB5595

Tints of Mulberry #BB5595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.19%

 BLUE value IS 149 (58.59% from 255) = 35.39%

R = 44.42%
G = 20.19%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB5595 (or 0xBB5595) is known color: Mulberry. HEX triplet: BB, 55 and 95. RGB value is (187,85,149). Sum of RGB (Red+Green+Blue) = 187+85+149=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5595 is #44AA6A. Grayscale: #7A7A7A. Windows color (decimal): -4500075 or 9786811. OLE color: 9786811.

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

Color convert

RGB 187 85 149 -
CMYK 0 0.55 0.20 0.27
HSL 322.35º 0.43% 0.53% -
HSV(B) 322.35º 0.55% 0.73% -
XYZ 29.17 19.23 30.61 -
YUV 122.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 187 85 149 0 0.55 0.20 0.27 322.35 0.43 0.53
Hex BB 55 95 0 37 14 1B 142 2B 35
Octal 273 125 225 0 67 24 33 502 53 65
Binary 10111011 1010101 10010101 0 110111 10100 11011 101000010 101011 110101

Color Harmonies of #BB5595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5595

Black with #BB5595

Text Example


Text Example

White with #BB5595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5595; }

 p { color: rgb(187,85,149); }

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

background-color css

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

 a { background-color: rgb(187,85,149); }

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

border-color css

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

 span { border-color: rgb(187,85,149); }

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