Html Css Color HEX #BB509D Mulberry

📋 copy color: '#BB509D'

red 187 ◦ green 80 ◦ blue 157

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

Shades of Mulberry #BB509D

Tints of Mulberry #BB509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.87%

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 44.1%
G = 18.87%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB509D (or 0xBB509D) is known color: Mulberry. HEX triplet: BB, 50 and 9D. RGB value is (187,80,157). Sum of RGB (Red+Green+Blue) = 187+80+157=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB509D is #44AF62. Grayscale: #787878. Windows color (decimal): -4501347 or 10309819. OLE color: 10309819.

HSL color Cylindrical-coordinate representation of color #BB509D: hue angle of 316.82º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB509D is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 80 157 -
CMYK 0 0.57 0.16 0.27
HSL 316.82º 0.44% 0.52% -
HSV(B) 316.82º 0.57% 0.73% -
XYZ 29.45 18.74 33.96 -
YUV 120.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 187 80 157 0 0.57 0.16 0.27 316.82 0.44 0.52
Hex BB 50 9D 0 39 10 1B 13D 2C 34
Octal 273 120 235 0 71 20 33 475 54 64
Binary 10111011 1010000 10011101 0 111001 10000 11011 100111101 101100 110100

Color Harmonies of #BB509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB509D

Black with #BB509D

Text Example


Text Example

White with #BB509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB509D; }

 p { color: rgb(187,80,157); }

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

background-color css

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

 a { background-color: rgb(187,80,157); }

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

border-color css

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

 span { border-color: rgb(187,80,157); }

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