Html Css Color HEX #BF509C Mulberry

📋 copy color: '#BF509C'

red 191 ◦ green 80 ◦ blue 156

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

Shades of Mulberry #BF509C

Tints of Mulberry #BF509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.53%

R = 44.73%
G = 18.74%
B = 36.53%

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

#BF509C (or 0xBF509C) is known color: Mulberry. HEX triplet: BF, 50 and 9C. RGB value is (191,80,156). Sum of RGB (Red+Green+Blue) = 191+80+156=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF509C is #40AF63. Grayscale: #797979. Windows color (decimal): -4239204 or 10244287. OLE color: 10244287.

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

Color convert

RGB 191 80 156 -
CMYK 0 0.58 0.18 0.25
HSL 318.92º 0.46% 0.53% -
HSV(B) 318.92º 0.58% 0.75% -
XYZ 30.36 19.21 33.56 -
YUV 121.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 191 80 156 0 0.58 0.18 0.25 318.92 0.46 0.53
Hex BF 50 9C 0 3A 12 19 13F 2E 35
Octal 277 120 234 0 72 22 31 477 56 65
Binary 10111111 1010000 10011100 0 111010 10010 11001 100111111 101110 110101

Color Harmonies of #BF509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF509C

Black with #BF509C

Text Example


Text Example

White with #BF509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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