#BF0C8D

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

Shades of Medium Violet Red #BF0C8D

Tints of Medium Violet Red #BF0C8D

Color information

#BF0C8D (or 0xBF0C8D) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0C and 8D. RGB value is (191,12,141). Sum of RGB (Red+Green+Blue) = 191+12+141=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0C8D is #40F372. Grayscale: #4F4F4F. Windows color (decimal): -4256627 or 9243839. OLE color: 9243839.

HSL color Cylindrical-coordinate representation of color #BF0C8D: hue angle of 316.76º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C8D is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19112141-
CMYK00.940.260.25
HSL316.76º88.18%39.8%-
HSV(B)316.76º93.72%74.9%-
XYZ26.4313.2626.37-
YUV80.23162.3207.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.52%
GREEN value IS 12 (5.08% from 255) = 3.49%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=55.52%
G=3.49%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911214100.940.260.25316.7688.1839.8
HexBFC8D05E1A1913d5828
Octal277142150136323147513050
Binary101111111100100011010101111011010110011001111011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C8D; }

 p { color: rgb(191,12,141); }

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

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

 a { background-color: rgb(191,12,141); }

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

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

 span { border-color: rgb(191,12,141); }

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