#BD227B

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

Shades of Medium Violet Red #BD227B

Tints of Medium Violet Red #BD227B

Color information

#BD227B (or 0xBD227B) is unknown color: approx Medium Violet Red. HEX triplet: BD, 22 and 7B. RGB value is (189,34,123). Sum of RGB (Red+Green+Blue) = 189+34+123=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD227B is #42DD84. Grayscale: #5A5A5A. Windows color (decimal): -4382085 or 8069821. OLE color: 8069821.

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

Color convert

RGB18934123-
CMYK00.820.350.26
HSL325.55º69.51%43.73%-
HSV(B)325.55º82.01%74.12%-
XYZ25.1313.3920-
YUV90.49146.35198.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.62%
GREEN value IS 34 (13.67% from 255) = 9.83%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=54.62%
G=9.83%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893412300.820.350.26325.5569.5143.73
HexBD227B052231A146462c
Octal275421730122433250610654
Binary10111101100010111101101010010100011110101010001101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD227B; }

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

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

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

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

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

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

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

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