Html Css Color HEX #BC17CE Deep Magenta

📋 copy color: '#BC17CE'

red 188 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #BC17CE

Tints of Deep Magenta #BC17CE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.52%

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

R = 45.08%
G = 5.52%
B = 49.4%

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

#BC17CE (or 0xBC17CE) is known color: Deep Magenta. HEX triplet: BC, 17 and CE. RGB value is (188,23,206). Sum of RGB (Red+Green+Blue) = 188+23+206=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17CE is #43E831. Grayscale: #5C5C5C. Windows color (decimal): -4450354 or 13506492. OLE color: 13506492.

HSL color Cylindrical-coordinate representation of color #BC17CE: hue angle of 294.1º degrees, saturation: 0.8, 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 #BC17CE is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 23 206 -
CMYK 0.09 0.89 0 0.19
HSL 294.1º 0.8% 0.45% -
HSV(B) 294.1º 0.89% 0.81% -
XYZ 32.19 15.76 59.74 -
YUV 93.2 191.66 195.62 -
System Red Green Blue C M Y K H S L
Decimal 188 23 206 0.09 0.89 0 0.19 294.1 0.8 0.45
Hex BC 17 CE 9 59 0 13 126 50 2D
Octal 274 27 316 11 131 0 23 446 120 55
Binary 10111100 10111 11001110 1001 1011001 0 10011 100100110 1010000 101101

Color Harmonies of #BC17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17CE

Black with #BC17CE

Text Example


Text Example

White with #BC17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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