Html Css Color HEX #BB5698 Mulberry

📋 copy color: '#BB5698'

red 187 ◦ green 86 ◦ blue 152

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

Shades of Mulberry #BB5698

Tints of Mulberry #BB5698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.76%

R = 44%
G = 20.24%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB5698 (or 0xBB5698) is known color: Mulberry. HEX triplet: BB, 56 and 98. RGB value is (187,86,152). Sum of RGB (Red+Green+Blue) = 187+86+152=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5698 is #44A967. Grayscale: #7B7B7B. Windows color (decimal): -4499816 or 9983675. OLE color: 9983675.

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

Color convert

RGB 187 86 152 -
CMYK 0 0.54 0.19 0.27
HSL 320.79º 0.43% 0.54% -
HSV(B) 320.79º 0.54% 0.73% -
XYZ 29.49 19.49 31.91 -
YUV 123.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 187 86 152 0 0.54 0.19 0.27 320.79 0.43 0.54
Hex BB 56 98 0 36 13 1B 141 2B 36
Octal 273 126 230 0 66 23 33 501 53 66
Binary 10111011 1010110 10011000 0 110110 10011 11011 101000001 101011 110110

Color Harmonies of #BB5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5698

Black with #BB5698

Text Example


Text Example

White with #BB5698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5698; }

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

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

background-color css

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

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

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

border-color css

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

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

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