Html Css Color HEX #BC21CD Deep Magenta

📋 copy color: '#BC21CD'

red 188 ◦ green 33 ◦ blue 205

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

Shades of Deep Magenta #BC21CD

Tints of Deep Magenta #BC21CD

RGB

 RED value IS 188 (73.83% from 255) = 44.13%

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 44.13%
G = 7.75%
B = 48.12%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC21CD (or 0xBC21CD) is known color: Deep Magenta. HEX triplet: BC, 21 and CD. RGB value is (188,33,205). Sum of RGB (Red+Green+Blue) = 188+33+205=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC21CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21CD is #43DE32. Grayscale: #626262. Windows color (decimal): -4447795 or 13443516. OLE color: 13443516.

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

Color convert

RGB 188 33 205 -
CMYK 0.08 0.84 0 0.20
HSL 294.07º 0.72% 0.47% -
HSV(B) 294.07º 0.84% 0.8% -
XYZ 32.3 16.19 59.18 -
YUV 98.95 187.85 191.51 -
System Red Green Blue C M Y K H S L
Decimal 188 33 205 0.08 0.84 0 0.20 294.07 0.72 0.47
Hex BC 21 CD 8 54 0 14 126 48 2F
Octal 274 41 315 10 124 0 24 446 110 57
Binary 10111100 100001 11001101 1000 1010100 0 10100 100100110 1001000 101111

Color Harmonies of #BC21CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC21CD

Black with #BC21CD

Text Example


Text Example

White with #BC21CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC21CD; }

 p { color: rgb(188,33,205); }

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

background-color css

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

 a { background-color: rgb(188,33,205); }

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

border-color css

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

 span { border-color: rgb(188,33,205); }

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