#BD22BF

Color #BD22BF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BD22BF

Tints of Deep Magenta #BD22BF

Color information

#BD22BF (or 0xBD22BF) is unknown color: approx Deep Magenta. HEX triplet: BD, 22 and BF. RGB value is (189,34,191). Sum of RGB (Red+Green+Blue) = 189+34+191=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 34 (13.67% from 255 or 8.21% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD22BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22BF is #42DD40. Grayscale: #616161. Windows color (decimal): -4382017 or 12526269. OLE color: 12526269.

HSL color Cylindrical-coordinate representation of color #BD22BF: hue angle of 299.24º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD22BF is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18934191-
CMYK0.010.8200.25
HSL299.24º69.78%44.12%-
HSV(B)299.24º82.2%74.9%-
XYZ30.9615.7250.69-
YUV98.24180.35192.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 34 (13.67% from 255) = 8.21%
BLUE value IS 191 (75% from 255) = 46.14%
R=45.65%
G=8.21%
B=46.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189341910.010.8200.25299.2469.7844.12
HexBD22BF15201912b462c
Octal27542277112203145310654
Binary1011110110001010111111110100100110011001010111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD22BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD22BF; }

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

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

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

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

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

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

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

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