#BF0A94

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

Shades of Medium Violet Red #BF0A94

Tints of Medium Violet Red #BF0A94

Color information

#BF0A94 (or 0xBF0A94) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0A and 94. RGB value is (191,10,148). Sum of RGB (Red+Green+Blue) = 191+10+148=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0A94 is #40F56B. Grayscale: #4F4F4F. Windows color (decimal): -4257132 or 9702079. OLE color: 9702079.

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

Color convert

RGB19110148-
CMYK00.950.230.25
HSL314.25º90.05%39.41%-
HSV(B)314.25º94.76%74.9%-
XYZ26.9413.4329.19-
YUV79.85166.47207.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.73%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 148 (58.20% from 255) = 42.41%
R=54.73%
G=2.87%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911014800.950.230.25314.2590.0539.41
HexBFA9405F171913a5a27
Octal277122240137273147213247
Binary101111111010100101000101111110111110011001110101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0A94; }

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

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

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

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

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

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

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

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