Html Css Color HEX #BD21BA Deep Magenta

📋 copy color: '#BD21BA'

red 189 ◦ green 33 ◦ blue 186

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

Shades of Deep Magenta #BD21BA

Tints of Deep Magenta #BD21BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.09%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 46.32%
G = 8.09%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD21BA (or 0xBD21BA) is known color: Deep Magenta. HEX triplet: BD, 21 and BA. RGB value is (189,33,186). Sum of RGB (Red+Green+Blue) = 189+33+186=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21BA is #42DE45. Grayscale: #606060. Windows color (decimal): -4382278 or 12198333. OLE color: 12198333.

HSL color Cylindrical-coordinate representation of color #BD21BA: hue angle of 301.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD21BA is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 33 186 -
CMYK 0 0.83 0.02 0.26
HSL 301.15º 0.7% 0.44% -
HSV(B) 301.15º 0.83% 0.74% -
XYZ 30.39 15.45 47.83 -
YUV 97.09 178.18 193.56 -
System Red Green Blue C M Y K H S L
Decimal 189 33 186 0 0.83 0.02 0.26 301.15 0.7 0.44
Hex BD 21 BA 0 53 2 1A 12D 46 2C
Octal 275 41 272 0 123 2 32 455 106 54
Binary 10111101 100001 10111010 0 1010011 10 11010 100101101 1000110 101100

Color Harmonies of #BD21BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD21BA

Black with #BD21BA

Text Example


Text Example

White with #BD21BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD21BA; }

 p { color: rgb(189,33,186); }

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

background-color css

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

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

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

border-color css

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

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

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