#BD227C

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

Shades of Medium Violet Red #BD227C

Tints of Medium Violet Red #BD227C

Color information

#BD227C (or 0xBD227C) is unknown color: approx Medium Violet Red. HEX triplet: BD, 22 and 7C. RGB value is (189,34,124). Sum of RGB (Red+Green+Blue) = 189+34+124=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD227C is #42DD83. Grayscale: #5A5A5A. Windows color (decimal): -4382084 or 8135357. OLE color: 8135357.

HSL color Cylindrical-coordinate representation of color #BD227C: hue angle of 325.16º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD227C is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB18934124-
CMYK00.820.340.26
HSL325.16º69.51%43.73%-
HSV(B)325.16º82.01%74.12%-
XYZ25.213.4220.33-
YUV90.6146.85198.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 34 (13.67% from 255) = 9.80%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=54.47%
G=9.80%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893412400.820.340.26325.1669.5143.73
HexBD227C052221A145462c
Octal275421740122423250510654
Binary10111101100010111110001010010100010110101010001011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD227C; }

 p { color: rgb(189,34,124); }

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

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

 a { background-color: rgb(189,34,124); }

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

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

 span { border-color: rgb(189,34,124); }

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