#BD22AD

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

Shades of Medium Violet Red #BD22AD

Tints of Medium Violet Red #BD22AD

Color information

#BD22AD (or 0xBD22AD) is unknown color: approx Medium Violet Red. HEX triplet: BD, 22 and AD. RGB value is (189,34,173). Sum of RGB (Red+Green+Blue) = 189+34+173=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD22AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD22AD is #42DD52. Grayscale: #5F5F5F. Windows color (decimal): -4382035 or 11346621. OLE color: 11346621.

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

Color convert

RGB18934173-
CMYK00.820.080.26
HSL306.19º69.51%43.73%-
HSV(B)306.19º82.01%74.12%-
XYZ29.114.9840.89-
YUV96.19171.35194.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 34 (13.67% from 255) = 8.59%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=47.73%
G=8.59%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893417300.820.080.26306.1969.5143.73
HexBD22AD05281A132462c
Octal275422550122103246210654
Binary1011110110001010101101010100101000110101001100101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD22AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD22AD; }

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

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

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

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

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

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

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

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