Html Css Color HEX #BB5895 Mulberry

📋 copy color: '#BB5895'

red 187 ◦ green 88 ◦ blue 149

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

Shades of Mulberry #BB5895

Tints of Mulberry #BB5895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.75%

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

R = 44.1%
G = 20.75%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB5895 (or 0xBB5895) is known color: Mulberry. HEX triplet: BB, 58 and 95. RGB value is (187,88,149). Sum of RGB (Red+Green+Blue) = 187+88+149=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5895 is #44A76A. Grayscale: #7C7C7C. Windows color (decimal): -4499307 or 9787579. OLE color: 9787579.

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

Color convert

RGB 187 88 149 -
CMYK 0 0.53 0.20 0.27
HSL 323.03º 0.42% 0.54% -
HSV(B) 323.03º 0.53% 0.73% -
XYZ 29.41 19.71 30.69 -
YUV 124.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 187 88 149 0 0.53 0.20 0.27 323.03 0.42 0.54
Hex BB 58 95 0 35 14 1B 143 2A 36
Octal 273 130 225 0 65 24 33 503 52 66
Binary 10111011 1011000 10010101 0 110101 10100 11011 101000011 101010 110110

Color Harmonies of #BB5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5895

Black with #BB5895

Text Example


Text Example

White with #BB5895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5895; }

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

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

background-color css

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

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

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

border-color css

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

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

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