#BF0DA6

Color #BF0DA6 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BF0DA6

Tints of Medium Violet Red #BF0DA6

Color information

#BF0DA6 (or 0xBF0DA6) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0D and A6. RGB value is (191,13,166). Sum of RGB (Red+Green+Blue) = 191+13+166=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0DA6 is #40F259. Grayscale: #535353. Windows color (decimal): -4256346 or 10882495. OLE color: 10882495.

HSL color Cylindrical-coordinate representation of color #BF0DA6: hue angle of 308.43º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0DA6 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB19113166-
CMYK00.930.130.25
HSL308.43º87.25%40%-
HSV(B)308.43º93.19%74.9%-
XYZ28.5114.1237.3-
YUV83.66174.47204.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 13 (5.47% from 255) = 3.51%
BLUE value IS 166 (65.23% from 255) = 44.86%
R=51.62%
G=3.51%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911316600.930.130.25308.4387.2540
HexBFDA605DD191345728
Octal277152460135153146412750
Binary10111111110110100110010111011101110011001101001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0DA6; }

 p { color: rgb(191,13,166); }

 H1.HeaderClassName
 {
   color: #BF0DA6;
 }
 .AnyTagClassName
 {
   color: #BF0DA6;
 }
</style>
background-color css

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

 a { background-color: rgb(191,13,166); }

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

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

 span { border-color: rgb(191,13,166); }

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