Html Css Color HEX #BB5494 Mulberry

📋 copy color: '#BB5494'

red 187 ◦ green 84 ◦ blue 148

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

Shades of Mulberry #BB5494

Tints of Mulberry #BB5494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.05%

 BLUE value IS 148 (58.2% from 255) = 35.32%

R = 44.63%
G = 20.05%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB5494 (or 0xBB5494) is known color: Mulberry. HEX triplet: BB, 54 and 94. RGB value is (187,84,148). Sum of RGB (Red+Green+Blue) = 187+84+148=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5494 is #44AB6B. Grayscale: #797979. Windows color (decimal): -4500332 or 9721019. OLE color: 9721019.

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

Color convert

RGB 187 84 148 -
CMYK 0 0.55 0.21 0.27
HSL 322.72º 0.43% 0.53% -
HSV(B) 322.72º 0.55% 0.73% -
XYZ 29.01 19.04 30.16 -
YUV 122.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 187 84 148 0 0.55 0.21 0.27 322.72 0.43 0.53
Hex BB 54 94 0 37 15 1B 143 2B 35
Octal 273 124 224 0 67 25 33 503 53 65
Binary 10111011 1010100 10010100 0 110111 10101 11011 101000011 101011 110101

Color Harmonies of #BB5494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5494

Black with #BB5494

Text Example


Text Example

White with #BB5494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5494; }

 p { color: rgb(187,84,148); }

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

background-color css

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

 a { background-color: rgb(187,84,148); }

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

border-color css

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

 span { border-color: rgb(187,84,148); }

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