#BD068F

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

Shades of Medium Violet Red #BD068F

Tints of Medium Violet Red #BD068F

Color information

#BD068F (or 0xBD068F) is unknown color: approx Medium Violet Red. HEX triplet: BD, 06 and 8F. RGB value is (189,6,143). Sum of RGB (Red+Green+Blue) = 189+6+143=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD068F is #42F970. Grayscale: #4B4B4B. Windows color (decimal): -4389233 or 9373373. OLE color: 9373373.

HSL color Cylindrical-coordinate representation of color #BD068F: hue angle of 315.08º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD068F is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB1896143-
CMYK00.970.240.26
HSL315.08º93.85%38.24%-
HSV(B)315.08º96.83%74.12%-
XYZ26.0112.9327.11-
YUV76.33165.63208.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.92%
GREEN value IS 6 (2.73% from 255) = 1.78%
BLUE value IS 143 (56.25% from 255) = 42.31%
R=55.92%
G=1.78%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189614300.970.240.26315.0893.8538.24
HexBD68F061181A13b5e26
Octal27562170141303247313646
Binary10111101110100011110110000111000110101001110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD068F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD068F; }

 p { color: rgb(189,6,143); }

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

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

 a { background-color: rgb(189,6,143); }

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

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

 span { border-color: rgb(189,6,143); }

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