Html Css Color HEX #BC21CC Deep Magenta

📋 copy color: '#BC21CC'

red 188 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #BC21CC

Tints of Deep Magenta #BC21CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 44.24%
G = 7.76%
B = 48%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC21CC (or 0xBC21CC) is known color: Deep Magenta. HEX triplet: BC, 21 and CC. RGB value is (188,33,204). Sum of RGB (Red+Green+Blue) = 188+33+204=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC21CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21CC is #43DE33. Grayscale: #626262. Windows color (decimal): -4447796 or 13377980. OLE color: 13377980.

HSL color Cylindrical-coordinate representation of color #BC21CC: hue angle of 294.39º degrees, saturation: 0.72, 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 #BC21CC is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 33 204 -
CMYK 0.08 0.84 0 0.2
HSL 294.39º 0.72% 0.46% -
HSV(B) 294.39º 0.84% 0.8% -
XYZ 32.18 16.14 58.55 -
YUV 98.84 187.35 191.6 -
System Red Green Blue C M Y K H S L
Decimal 188 33 204 0.08 0.84 0 0.2 294.39 0.72 0.46
Hex BC 21 CC 8 54 0 14 126 48 2E
Octal 274 41 314 10 124 0 24 446 110 56
Binary 10111100 100001 11001100 1000 1010100 0 10100 100100110 1001000 101110

Color Harmonies of #BC21CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC21CC

Black with #BC21CC

Text Example


Text Example

White with #BC21CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC21CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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