#BD207B

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

Shades of Medium Violet Red #BD207B

Tints of Medium Violet Red #BD207B

Color information

#BD207B (or 0xBD207B) is unknown color: approx Medium Violet Red. HEX triplet: BD, 20 and 7B. RGB value is (189,32,123). Sum of RGB (Red+Green+Blue) = 189+32+123=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD207B is #42DF84. Grayscale: #595959. Windows color (decimal): -4382597 or 8069309. OLE color: 8069309.

HSL color Cylindrical-coordinate representation of color #BD207B: hue angle of 325.22º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD207B is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB18932123-
CMYK00.830.350.26
HSL325.22º71.04%43.33%-
HSV(B)325.22º83.07%74.12%-
XYZ25.0813.2819.98-
YUV89.32147.01199.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.94%
GREEN value IS 32 (12.89% from 255) = 9.30%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=54.94%
G=9.30%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893212300.830.350.26325.2271.0443.33
HexBD207B053231A145472b
Octal275401730123433250510753
Binary10111101100000111101101010011100011110101010001011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD207B; }

 p { color: rgb(189,32,123); }

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

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

 a { background-color: rgb(189,32,123); }

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

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

 span { border-color: rgb(189,32,123); }

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