#BD22A7

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

Shades of Medium Violet Red #BD22A7

Tints of Medium Violet Red #BD22A7

Color information

#BD22A7 (or 0xBD22A7) is unknown color: approx Medium Violet Red. HEX triplet: BD, 22 and A7. RGB value is (189,34,167). Sum of RGB (Red+Green+Blue) = 189+34+167=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD22A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD22A7 is #42DD58. Grayscale: #5F5F5F. Windows color (decimal): -4382041 or 10953405. OLE color: 10953405.

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

Color convert

RGB18934167-
CMYK00.820.120.26
HSL308.52º69.51%43.73%-
HSV(B)308.52º82.01%74.12%-
XYZ28.5314.7537.9-
YUV95.51168.35194.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.46%
GREEN value IS 34 (13.67% from 255) = 8.72%
BLUE value IS 167 (65.62% from 255) = 42.82%
R=48.46%
G=8.72%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893416700.820.120.26308.5269.5143.73
HexBD22A7052C1A135462c
Octal275422470122143246510654
Binary1011110110001010100111010100101100110101001101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD22A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD22A7; }

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

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

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

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

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

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

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

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