Html Css Color HEX #BF509E Mulberry

📋 copy color: '#BF509E'

red 191 ◦ green 80 ◦ blue 158

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

Shades of Mulberry #BF509E

Tints of Mulberry #BF509E

RGB

 RED value IS 191 (75% from 255) = 44.52%

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

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 44.52%
G = 18.65%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF509E (or 0xBF509E) is known color: Mulberry. HEX triplet: BF, 50 and 9E. RGB value is (191,80,158). Sum of RGB (Red+Green+Blue) = 191+80+158=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF509E is #40AF61. Grayscale: #797979. Windows color (decimal): -4239202 or 10375359. OLE color: 10375359.

HSL color Cylindrical-coordinate representation of color #BF509E: hue angle of 317.84º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF509E is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 80 158 -
CMYK 0 0.58 0.17 0.25
HSL 317.84º 0.46% 0.53% -
HSV(B) 317.84º 0.58% 0.75% -
XYZ 30.53 19.28 34.46 -
YUV 122.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 191 80 158 0 0.58 0.17 0.25 317.84 0.46 0.53
Hex BF 50 9E 0 3A 11 19 13E 2E 35
Octal 277 120 236 0 72 21 31 476 56 65
Binary 10111111 1010000 10011110 0 111010 10001 11001 100111110 101110 110101

Color Harmonies of #BF509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF509E

Black with #BF509E

Text Example


Text Example

White with #BF509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF509E; }

 p { color: rgb(191,80,158); }

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

background-color css

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

 a { background-color: rgb(191,80,158); }

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

border-color css

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

 span { border-color: rgb(191,80,158); }

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