Html Css Color HEX #BC16CE Deep Magenta

📋 copy color: '#BC16CE'

red 188 ◦ green 22 ◦ blue 206

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

Shades of Deep Magenta #BC16CE

Tints of Deep Magenta #BC16CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 45.19%
G = 5.29%
B = 49.52%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC16CE (or 0xBC16CE) is known color: Deep Magenta. HEX triplet: BC, 16 and CE. RGB value is (188,22,206). Sum of RGB (Red+Green+Blue) = 188+22+206=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC16CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16CE is #43E931. Grayscale: #5C5C5C. Windows color (decimal): -4450610 or 13506236. OLE color: 13506236.

HSL color Cylindrical-coordinate representation of color #BC16CE: hue angle of 294.13º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC16CE is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 22 206 -
CMYK 0.09 0.89 0 0.19
HSL 294.13º 0.81% 0.45% -
HSV(B) 294.13º 0.89% 0.81% -
XYZ 32.17 15.72 59.73 -
YUV 92.61 192 196.04 -
System Red Green Blue C M Y K H S L
Decimal 188 22 206 0.09 0.89 0 0.19 294.13 0.81 0.45
Hex BC 16 CE 9 59 0 13 126 51 2D
Octal 274 26 316 11 131 0 23 446 121 55
Binary 10111100 10110 11001110 1001 1011001 0 10011 100100110 1010001 101101

Color Harmonies of #BC16CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16CE

Black with #BC16CE

Text Example


Text Example

White with #BC16CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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