Html Css Color HEX #BD20CA Deep Magenta

📋 copy color: '#BD20CA'

red 189 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #BD20CA

Tints of Deep Magenta #BD20CA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.57%

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 44.68%
G = 7.57%
B = 47.75%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD20CA (or 0xBD20CA) is known color: Deep Magenta. HEX triplet: BD, 20 and CA. RGB value is (189,32,202). Sum of RGB (Red+Green+Blue) = 189+32+202=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20CA is #42DF35. Grayscale: #616161. Windows color (decimal): -4382518 or 13246653. OLE color: 13246653.

HSL color Cylindrical-coordinate representation of color #BD20CA: hue angle of 295.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD20CA is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 32 202 -
CMYK 0.06 0.84 0 0.21
HSL 295.41º 0.73% 0.46% -
HSV(B) 295.41º 0.84% 0.79% -
XYZ 32.16 16.12 57.29 -
YUV 98.32 186.51 192.68 -
System Red Green Blue C M Y K H S L
Decimal 189 32 202 0.06 0.84 0 0.21 295.41 0.73 0.46
Hex BD 20 CA 6 54 0 15 127 49 2E
Octal 275 40 312 6 124 0 25 447 111 56
Binary 10111101 100000 11001010 110 1010100 0 10101 100100111 1001001 101110

Color Harmonies of #BD20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20CA

Black with #BD20CA

Text Example


Text Example

White with #BD20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20CA; }

 p { color: rgb(189,32,202); }

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

background-color css

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

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

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

border-color css

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

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

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