Html Css Color HEX #BB5794 Mulberry

📋 copy color: '#BB5794'

red 187 ◦ green 87 ◦ blue 148

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

Shades of Mulberry #BB5794

Tints of Mulberry #BB5794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.62%

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

R = 44.31%
G = 20.62%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB5794 (or 0xBB5794) is known color: Mulberry. HEX triplet: BB, 57 and 94. RGB value is (187,87,148). Sum of RGB (Red+Green+Blue) = 187+87+148=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5794 is #44A86B. Grayscale: #7B7B7B. Windows color (decimal): -4499564 or 9721787. OLE color: 9721787.

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

Color convert

RGB 187 87 148 -
CMYK 0 0.53 0.21 0.27
HSL 323.4º 0.42% 0.54% -
HSV(B) 323.4º 0.53% 0.73% -
XYZ 29.25 19.52 30.24 -
YUV 123.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 187 87 148 0 0.53 0.21 0.27 323.4 0.42 0.54
Hex BB 57 94 0 35 15 1B 143 2A 36
Octal 273 127 224 0 65 25 33 503 52 66
Binary 10111011 1010111 10010100 0 110101 10101 11011 101000011 101010 110110

Color Harmonies of #BB5794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5794

Black with #BB5794

Text Example


Text Example

White with #BB5794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5794; }

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

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

background-color css

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

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

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

border-color css

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

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

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