#BD22A3

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

Shades of Medium Violet Red #BD22A3

Tints of Medium Violet Red #BD22A3

Color information

#BD22A3 (or 0xBD22A3) is unknown color: approx Medium Violet Red. HEX triplet: BD, 22 and A3. RGB value is (189,34,163). Sum of RGB (Red+Green+Blue) = 189+34+163=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD22A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD22A3 is #42DD5C. Grayscale: #5E5E5E. Windows color (decimal): -4382045 or 10691261. OLE color: 10691261.

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

Color convert

RGB18934163-
CMYK00.820.140.26
HSL310.06º69.51%43.73%-
HSV(B)310.06º82.01%74.12%-
XYZ28.1714.6135.99-
YUV95.05166.35195.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 34 (13.67% from 255) = 8.81%
BLUE value IS 163 (64.06% from 255) = 42.23%
R=48.96%
G=8.81%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893416300.820.140.26310.0669.5143.73
HexBD22A3052E1A136462c
Octal275422430122163246610654
Binary1011110110001010100011010100101110110101001101101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD22A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD22A3; }

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

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

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

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

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

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

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

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