#BD068D

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

Shades of Medium Violet Red #BD068D

Tints of Medium Violet Red #BD068D

Color information

#BD068D (or 0xBD068D) is unknown color: approx Medium Violet Red. HEX triplet: BD, 06 and 8D. RGB value is (189,6,141). Sum of RGB (Red+Green+Blue) = 189+6+141=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD068D is #42F972. Grayscale: #4B4B4B. Windows color (decimal): -4389235 or 9242301. OLE color: 9242301.

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

Color convert

RGB1896141-
CMYK00.970.250.26
HSL315.74º93.85%38.24%-
HSV(B)315.74º96.83%74.12%-
XYZ25.8612.8726.32-
YUV76.11164.63208.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=56.25%
G=1.79%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189614100.970.250.26315.7493.8538.24
HexBD68D061191A13c5e26
Octal27562150141313247413646
Binary10111101110100011010110000111001110101001111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD068D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD068D; }

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

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

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

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

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

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

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

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