Html Css Color HEX #BD22BD Deep Magenta

📋 copy color: '#BD22BD'

red 189 ◦ green 34 ◦ blue 189

#BD22BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BD22BD

Tints of Deep Magenta #BD22BD

RGB

 RED value IS 189 (74.22% from 255) = 45.87%

 GREEN value IS 34 (13.67% from 255) = 8.25%

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 45.87%
G = 8.25%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD22BD (or 0xBD22BD) is known color: Deep Magenta. HEX triplet: BD, 22 and BD. RGB value is (189,34,189). Sum of RGB (Red+Green+Blue) = 189+34+189=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD22BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD22BD is #42DD42. Grayscale: #616161. Windows color (decimal): -4382019 or 12395197. OLE color: 12395197.

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

Color convert

RGB 189 34 189 -
CMYK 0 0.82 0 0.26
HSL 300º 0.7% 0.44% -
HSV(B) 300º 0.82% 0.74% -
XYZ 30.74 15.64 49.54 -
YUV 98.02 179.35 192.9 -
System Red Green Blue C M Y K H S L
Decimal 189 34 189 0 0.82 0 0.26 300 0.7 0.44
Hex BD 22 BD 0 52 0 1A 12C 46 2C
Octal 275 42 275 0 122 0 32 454 106 54
Binary 10111101 100010 10111101 0 1010010 0 11010 100101100 1000110 101100

Color Harmonies of #BD22BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD22BD

Black with #BD22BD

Text Example


Text Example

White with #BD22BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD22BD; }

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

 H1.HeaderClassName
 {
   color: #BD22BD;
 }
 .AnyTagClassName
 {
   color: #BD22BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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