Html Css Color HEX #BB5694 Mulberry

📋 copy color: '#BB5694'

red 187 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #BB5694

Tints of Mulberry #BB5694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.43%

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

R = 44.42%
G = 20.43%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB5694 (or 0xBB5694) is known color: Mulberry. HEX triplet: BB, 56 and 94. RGB value is (187,86,148). Sum of RGB (Red+Green+Blue) = 187+86+148=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5694 is #44A96B. Grayscale: #7B7B7B. Windows color (decimal): -4499820 or 9721531. OLE color: 9721531.

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

Color convert

RGB 187 86 148 -
CMYK 0 0.54 0.21 0.27
HSL 323.17º 0.43% 0.54% -
HSV(B) 323.17º 0.54% 0.73% -
XYZ 29.17 19.36 30.22 -
YUV 123.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 187 86 148 0 0.54 0.21 0.27 323.17 0.43 0.54
Hex BB 56 94 0 36 15 1B 143 2B 36
Octal 273 126 224 0 66 25 33 503 53 66
Binary 10111011 1010110 10010100 0 110110 10101 11011 101000011 101011 110110

Color Harmonies of #BB5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5694

Black with #BB5694

Text Example


Text Example

White with #BB5694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5694; }

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

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

background-color css

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

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

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

border-color css

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

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

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