#BF0DA5

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

Shades of Medium Violet Red #BF0DA5

Tints of Medium Violet Red #BF0DA5

Color information

#BF0DA5 (or 0xBF0DA5) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0D and A5. RGB value is (191,13,165). Sum of RGB (Red+Green+Blue) = 191+13+165=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0DA5 is #40F25A. Grayscale: #535353. Windows color (decimal): -4256347 or 10816959. OLE color: 10816959.

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

Color convert

RGB19113165-
CMYK00.930.140.25
HSL308.76º87.25%40%-
HSV(B)308.76º93.19%74.9%-
XYZ28.4214.0836.82-
YUV83.55173.97204.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 13 (5.47% from 255) = 3.52%
BLUE value IS 165 (64.84% from 255) = 44.72%
R=51.76%
G=3.52%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911316500.930.140.25308.7687.2540
HexBFDA505DE191355728
Octal277152450135163146512750
Binary10111111110110100101010111011110110011001101011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0DA5; }

 p { color: rgb(191,13,165); }

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

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

 a { background-color: rgb(191,13,165); }

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

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

 span { border-color: rgb(191,13,165); }

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