#BD227A

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

Shades of Medium Violet Red #BD227A

Tints of Medium Violet Red #BD227A

Color information

#BD227A (or 0xBD227A) is unknown color: approx Medium Violet Red. HEX triplet: BD, 22 and 7A. RGB value is (189,34,122). Sum of RGB (Red+Green+Blue) = 189+34+122=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD227A is #42DD85. Grayscale: #5A5A5A. Windows color (decimal): -4382086 or 8004285. OLE color: 8004285.

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

Color convert

RGB18934122-
CMYK00.820.350.26
HSL325.94º69.51%43.73%-
HSV(B)325.94º82.01%74.12%-
XYZ25.0713.3719.67-
YUV90.38145.85198.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 34 (13.67% from 255) = 9.86%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=54.78%
G=9.86%
B=35.36%

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
Decimal1893412200.820.350.26325.9469.5143.73
HexBD227A052231A146462c
Octal275421720122433250610654
Binary10111101100010111101001010010100011110101010001101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD227A; }

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

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

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

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

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

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

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

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