#BF0A8B

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

Shades of Medium Violet Red #BF0A8B

Tints of Medium Violet Red #BF0A8B

Color information

#BF0A8B (or 0xBF0A8B) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0A and 8B. RGB value is (191,10,139). Sum of RGB (Red+Green+Blue) = 191+10+139=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0A8B is #40F574. Grayscale: #4E4E4E. Windows color (decimal): -4257141 or 9112255. OLE color: 9112255.

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

Color convert

RGB19110139-
CMYK00.950.270.25
HSL317.24º90.05%39.41%-
HSV(B)317.24º94.76%74.9%-
XYZ26.2513.1625.58-
YUV78.82161.97208.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.18%
GREEN value IS 10 (4.30% from 255) = 2.94%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=56.18%
G=2.94%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911013900.950.270.25317.2490.0539.41
HexBFA8B05F1B1913d5a27
Octal277122130137333147513247
Binary101111111010100010110101111111011110011001111011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0A8B; }

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

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

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

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

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

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

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

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