Html Css Color HEX #BD20C2 Deep Magenta

📋 copy color: '#BD20C2'

red 189 ◦ green 32 ◦ blue 194

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

Shades of Deep Magenta #BD20C2

Tints of Deep Magenta #BD20C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.75%

R = 45.54%
G = 7.71%
B = 46.75%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD20C2 (or 0xBD20C2) is known color: Deep Magenta. HEX triplet: BD, 20 and C2. RGB value is (189,32,194). Sum of RGB (Red+Green+Blue) = 189+32+194=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD20C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20C2 is #42DF3D. Grayscale: #606060. Windows color (decimal): -4382526 or 12722365. OLE color: 12722365.

HSL color Cylindrical-coordinate representation of color #BD20C2: hue angle of 298.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD20C2 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 32 194 -
CMYK 0.03 0.84 0 0.24
HSL 298.15º 0.72% 0.44% -
HSV(B) 298.15º 0.84% 0.76% -
XYZ 31.24 15.75 52.43 -
YUV 97.41 182.51 193.33 -
System Red Green Blue C M Y K H S L
Decimal 189 32 194 0.03 0.84 0 0.24 298.15 0.72 0.44
Hex BD 20 C2 3 54 0 18 12A 48 2C
Octal 275 40 302 3 124 0 30 452 110 54
Binary 10111101 100000 11000010 11 1010100 0 11000 100101010 1001000 101100

Color Harmonies of #BD20C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20C2

Black with #BD20C2

Text Example


Text Example

White with #BD20C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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