Html Css Color HEX #BC16C9 Deep Magenta

📋 copy color: '#BC16C9'

red 188 ◦ green 22 ◦ blue 201

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

Shades of Deep Magenta #BC16C9

Tints of Deep Magenta #BC16C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 45.74%
G = 5.35%
B = 48.91%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC16C9 (or 0xBC16C9) is known color: Deep Magenta. HEX triplet: BC, 16 and C9. RGB value is (188,22,201). Sum of RGB (Red+Green+Blue) = 188+22+201=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC16C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16C9 is #43E936. Grayscale: #5B5B5B. Windows color (decimal): -4450615 or 13178556. OLE color: 13178556.

HSL color Cylindrical-coordinate representation of color #BC16C9: hue angle of 295.64º 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 #BC16C9 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 22 201 -
CMYK 0.06 0.89 0 0.21
HSL 295.64º 0.8% 0.44% -
HSV(B) 295.64º 0.89% 0.79% -
XYZ 31.57 15.48 56.58 -
YUV 92.04 189.5 196.45 -
System Red Green Blue C M Y K H S L
Decimal 188 22 201 0.06 0.89 0 0.21 295.64 0.8 0.44
Hex BC 16 C9 6 59 0 15 128 50 2C
Octal 274 26 311 6 131 0 25 450 120 54
Binary 10111100 10110 11001001 110 1011001 0 10101 100101000 1010000 101100

Color Harmonies of #BC16C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16C9

Black with #BC16C9

Text Example


Text Example

White with #BC16C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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