Html Css Color HEX #BB509F Mulberry

📋 copy color: '#BB509F'

red 187 ◦ green 80 ◦ blue 159

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

Shades of Mulberry #BB509F

Tints of Mulberry #BB509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 43.9%
G = 18.78%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB509F (or 0xBB509F) is known color: Mulberry. HEX triplet: BB, 50 and 9F. RGB value is (187,80,159). Sum of RGB (Red+Green+Blue) = 187+80+159=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB509F is #44AF60. Grayscale: #787878. Windows color (decimal): -4501345 or 10440891. OLE color: 10440891.

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

Color convert

RGB 187 80 159 -
CMYK 0 0.57 0.15 0.27
HSL 315.7º 0.44% 0.52% -
HSV(B) 315.7º 0.57% 0.73% -
XYZ 29.62 18.81 34.87 -
YUV 121 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 187 80 159 0 0.57 0.15 0.27 315.7 0.44 0.52
Hex BB 50 9F 0 39 F 1B 13C 2C 34
Octal 273 120 237 0 71 17 33 474 54 64
Binary 10111011 1010000 10011111 0 111001 1111 11011 100111100 101100 110100

Color Harmonies of #BB509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB509F

Black with #BB509F

Text Example


Text Example

White with #BB509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB509F; }

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

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

background-color css

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

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

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

border-color css

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

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

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