#BD22B1

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

Shades of Deep Magenta #BD22B1

Tints of Deep Magenta #BD22B1

Color information

#BD22B1 (or 0xBD22B1) is unknown color: approx Deep Magenta. HEX triplet: BD, 22 and B1. RGB value is (189,34,177). Sum of RGB (Red+Green+Blue) = 189+34+177=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD22B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD22B1 is #42DD4E. Grayscale: #606060. Windows color (decimal): -4382031 or 11608765. OLE color: 11608765.

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

Color convert

RGB18934177-
CMYK00.820.060.26
HSL304.65º69.51%43.73%-
HSV(B)304.65º82.01%74.12%-
XYZ29.4915.1442.96-
YUV96.65173.35193.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 34 (13.67% from 255) = 8.5%
BLUE value IS 177 (69.53% from 255) = 44.25%
R=47.25%
G=8.5%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893417700.820.060.26304.6569.5143.73
HexBD22B105261A131462c
Octal27542261012263246110654
Binary101111011000101011000101010010110110101001100011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD22B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD22B1; }

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

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

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

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

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

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

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

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