Html Css Color HEX #BF509D Mulberry

📋 copy color: '#BF509D'

red 191 ◦ green 80 ◦ blue 157

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

Shades of Mulberry #BF509D

Tints of Mulberry #BF509D

RGB

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

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

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

R = 44.63%
G = 18.69%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF509D (or 0xBF509D) is known color: Mulberry. HEX triplet: BF, 50 and 9D. RGB value is (191,80,157). Sum of RGB (Red+Green+Blue) = 191+80+157=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF509D is #40AF62. Grayscale: #797979. Windows color (decimal): -4239203 or 10309823. OLE color: 10309823.

HSL color Cylindrical-coordinate representation of color #BF509D: hue angle of 318.38º 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 #BF509D is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 80 157 -
CMYK 0 0.58 0.18 0.25
HSL 318.38º 0.46% 0.53% -
HSV(B) 318.38º 0.58% 0.75% -
XYZ 30.44 19.25 34.01 -
YUV 121.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 191 80 157 0 0.58 0.18 0.25 318.38 0.46 0.53
Hex BF 50 9D 0 3A 12 19 13E 2E 35
Octal 277 120 235 0 72 22 31 476 56 65
Binary 10111111 1010000 10011101 0 111010 10010 11001 100111110 101110 110101

Color Harmonies of #BF509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF509D

Black with #BF509D

Text Example


Text Example

White with #BF509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF509D; }

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

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

background-color css

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

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

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

border-color css

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

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

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