#BF0A9E

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

Shades of Medium Violet Red #BF0A9E

Tints of Medium Violet Red #BF0A9E

Color information

#BF0A9E (or 0xBF0A9E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0A and 9E. RGB value is (191,10,158). Sum of RGB (Red+Green+Blue) = 191+10+158=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0A9E is #40F561. Grayscale: #505050. Windows color (decimal): -4257122 or 10357439. OLE color: 10357439.

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

Color convert

RGB19110158-
CMYK00.950.170.25
HSL310.94º90.05%39.41%-
HSV(B)310.94º94.76%74.9%-
XYZ27.7713.7633.54-
YUV80.99171.47206.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 10 (4.30% from 255) = 2.79%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=53.20%
G=2.79%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911015800.950.170.25310.9490.0539.41
HexBFA9E05F11191375a27
Octal277122360137213146713247
Binary101111111010100111100101111110001110011001101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0A9E; }

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

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

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

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

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

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

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

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