Html Css Color HEX #BB539B Mulberry

📋 copy color: '#BB539B'

red 187 ◦ green 83 ◦ blue 155

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

Shades of Mulberry #BB539B

Tints of Mulberry #BB539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.53%

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 44%
G = 19.53%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB539B (or 0xBB539B) is known color: Mulberry. HEX triplet: BB, 53 and 9B. RGB value is (187,83,155). Sum of RGB (Red+Green+Blue) = 187+83+155=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB539B is #44AC64. Grayscale: #7A7A7A. Windows color (decimal): -4500581 or 10179515. OLE color: 10179515.

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

Color convert

RGB 187 83 155 -
CMYK 0 0.56 0.17 0.27
HSL 318.46º 0.43% 0.53% -
HSV(B) 318.46º 0.56% 0.73% -
XYZ 29.5 19.12 33.15 -
YUV 122.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 187 83 155 0 0.56 0.17 0.27 318.46 0.43 0.53
Hex BB 53 9B 0 38 11 1B 13E 2B 35
Octal 273 123 233 0 70 21 33 476 53 65
Binary 10111011 1010011 10011011 0 111000 10001 11011 100111110 101011 110101

Color Harmonies of #BB539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB539B

Black with #BB539B

Text Example


Text Example

White with #BB539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB539B; }

 p { color: rgb(187,83,155); }

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

background-color css

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

 a { background-color: rgb(187,83,155); }

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

border-color css

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

 span { border-color: rgb(187,83,155); }

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