#BF0A84

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

Shades of Medium Violet Red #BF0A84

Tints of Medium Violet Red #BF0A84

Color information

#BF0A84 (or 0xBF0A84) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0A and 84. RGB value is (191,10,132). Sum of RGB (Red+Green+Blue) = 191+10+132=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0A84 is #40F57B. Grayscale: #4D4D4D. Windows color (decimal): -4257148 or 8653503. OLE color: 8653503.

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

Color convert

RGB19110132-
CMYK00.950.310.25
HSL319.56º90.05%39.41%-
HSV(B)319.56º94.76%74.9%-
XYZ25.7612.9622.97-
YUV78.03158.47208.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.36%
GREEN value IS 10 (4.30% from 255) = 3.00%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=57.36%
G=3.00%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911013200.950.310.25319.5690.0539.41
HexBFA8405F1F191405a27
Octal277122040137373150013247
Binary101111111010100001000101111111111110011010000001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0A84; }

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

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

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

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

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

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

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

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