#BF0A8A

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

Shades of Medium Violet Red #BF0A8A

Tints of Medium Violet Red #BF0A8A

Color information

#BF0A8A (or 0xBF0A8A) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0A and 8A. RGB value is (191,10,138). Sum of RGB (Red+Green+Blue) = 191+10+138=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0A8A is #40F575. Grayscale: #4E4E4E. Windows color (decimal): -4257142 or 9046719. OLE color: 9046719.

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

Color convert

RGB19110138-
CMYK00.950.280.25
HSL317.57º90.05%39.41%-
HSV(B)317.57º94.76%74.9%-
XYZ26.1813.1325.2-
YUV78.71161.47208.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.34%
GREEN value IS 10 (4.30% from 255) = 2.95%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=56.34%
G=2.95%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911013800.950.280.25317.5790.0539.41
HexBFA8A05F1C1913e5a27
Octal277122120137343147613247
Binary101111111010100010100101111111100110011001111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0A8A; }

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

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

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

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

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

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

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

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