#BD067E

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

Shades of Medium Violet Red #BD067E

Tints of Medium Violet Red #BD067E

Color information

#BD067E (or 0xBD067E) is unknown color: approx Medium Violet Red. HEX triplet: BD, 06 and 7E. RGB value is (189,6,126). Sum of RGB (Red+Green+Blue) = 189+6+126=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD067E is #42F981. Grayscale: #4A4A4A. Windows color (decimal): -4389250 or 8259261. OLE color: 8259261.

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

Color convert

RGB1896126-
CMYK00.970.330.26
HSL320.66º93.85%38.24%-
HSV(B)320.66º96.83%74.12%-
XYZ24.8212.4620.83-
YUV74.4157.13209.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 6 (2.73% from 255) = 1.87%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=58.88%
G=1.87%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189612600.970.330.26320.6693.8538.24
HexBD67E061211A1415e26
Octal27561760141413250113646
Binary10111101110111111001100001100001110101010000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD067E; }

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

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

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

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

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

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

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

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