Html Css Color HEX #BD20CB Deep Magenta

📋 copy color: '#BD20CB'

red 189 ◦ green 32 ◦ blue 203

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

Shades of Deep Magenta #BD20CB

Tints of Deep Magenta #BD20CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 44.58%
G = 7.55%
B = 47.88%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD20CB (or 0xBD20CB) is known color: Deep Magenta. HEX triplet: BD, 20 and CB. RGB value is (189,32,203). Sum of RGB (Red+Green+Blue) = 189+32+203=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD20CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20CB is #42DF34. Grayscale: #616161. Windows color (decimal): -4382517 or 13312189. OLE color: 13312189.

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

Color convert

RGB 189 32 203 -
CMYK 0.07 0.84 0 0.20
HSL 295.09º 0.73% 0.46% -
HSV(B) 295.09º 0.84% 0.8% -
XYZ 32.28 16.16 57.92 -
YUV 98.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 189 32 203 0.07 0.84 0 0.20 295.09 0.73 0.46
Hex BD 20 CB 7 54 0 14 127 49 2E
Octal 275 40 313 7 124 0 24 447 111 56
Binary 10111101 100000 11001011 111 1010100 0 10100 100100111 1001001 101110

Color Harmonies of #BD20CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20CB

Black with #BD20CB

Text Example


Text Example

White with #BD20CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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