Html Css Color HEX #BC16CA Deep Magenta

📋 copy color: '#BC16CA'

red 188 ◦ green 22 ◦ blue 202

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

Shades of Deep Magenta #BC16CA

Tints of Deep Magenta #BC16CA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.34%

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

R = 45.63%
G = 5.34%
B = 49.03%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC16CA (or 0xBC16CA) is known color: Deep Magenta. HEX triplet: BC, 16 and CA. RGB value is (188,22,202). Sum of RGB (Red+Green+Blue) = 188+22+202=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC16CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16CA is #43E935. Grayscale: #5B5B5B. Windows color (decimal): -4450614 or 13244092. OLE color: 13244092.

HSL color Cylindrical-coordinate representation of color #BC16CA: hue angle of 295.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC16CA is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 22 202 -
CMYK 0.07 0.89 0 0.21
HSL 295.33º 0.8% 0.44% -
HSV(B) 295.33º 0.89% 0.79% -
XYZ 31.69 15.53 57.2 -
YUV 92.15 190 196.36 -
System Red Green Blue C M Y K H S L
Decimal 188 22 202 0.07 0.89 0 0.21 295.33 0.8 0.44
Hex BC 16 CA 7 59 0 15 127 50 2C
Octal 274 26 312 7 131 0 25 447 120 54
Binary 10111100 10110 11001010 111 1011001 0 10101 100100111 1010000 101100

Color Harmonies of #BC16CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16CA

Black with #BC16CA

Text Example


Text Example

White with #BC16CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16CA; }

 p { color: rgb(188,22,202); }

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

background-color css

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

 a { background-color: rgb(188,22,202); }

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

border-color css

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

 span { border-color: rgb(188,22,202); }

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