Html Css Color HEX #BF509B Mulberry

📋 copy color: '#BF509B'

red 191 ◦ green 80 ◦ blue 155

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

Shades of Mulberry #BF509B

Tints of Mulberry #BF509B

RGB

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

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

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

R = 44.84%
G = 18.78%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF509B (or 0xBF509B) is known color: Mulberry. HEX triplet: BF, 50 and 9B. RGB value is (191,80,155). Sum of RGB (Red+Green+Blue) = 191+80+155=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF509B is #40AF64. Grayscale: #797979. Windows color (decimal): -4239205 or 10178751. OLE color: 10178751.

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

Color convert

RGB 191 80 155 -
CMYK 0 0.58 0.19 0.25
HSL 319.46º 0.46% 0.53% -
HSV(B) 319.46º 0.58% 0.75% -
XYZ 30.27 19.18 33.12 -
YUV 121.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 191 80 155 0 0.58 0.19 0.25 319.46 0.46 0.53
Hex BF 50 9B 0 3A 13 19 13F 2E 35
Octal 277 120 233 0 72 23 31 477 56 65
Binary 10111111 1010000 10011011 0 111010 10011 11001 100111111 101110 110101

Color Harmonies of #BF509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF509B

Black with #BF509B

Text Example


Text Example

White with #BF509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF509B; }

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

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

background-color css

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

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

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

border-color css

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

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

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