Html Css Color HEX #BC17C0 Deep Magenta

📋 copy color: '#BC17C0'

red 188 ◦ green 23 ◦ blue 192

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

Shades of Deep Magenta #BC17C0

Tints of Deep Magenta #BC17C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.64%

R = 46.65%
G = 5.71%
B = 47.64%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC17C0 (or 0xBC17C0) is known color: Deep Magenta. HEX triplet: BC, 17 and C0. RGB value is (188,23,192). Sum of RGB (Red+Green+Blue) = 188+23+192=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC17C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17C0 is #43E83F. Grayscale: #5B5B5B. Windows color (decimal): -4450368 or 12588988. OLE color: 12588988.

HSL color Cylindrical-coordinate representation of color #BC17C0: hue angle of 298.58º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC17C0 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 23 192 -
CMYK 0.02 0.88 0 0.25
HSL 298.58º 0.79% 0.42% -
HSV(B) 298.58º 0.88% 0.75% -
XYZ 30.56 15.11 51.18 -
YUV 91.6 184.66 196.76 -
System Red Green Blue C M Y K H S L
Decimal 188 23 192 0.02 0.88 0 0.25 298.58 0.79 0.42
Hex BC 17 C0 2 58 0 19 12B 4F 2A
Octal 274 27 300 2 130 0 31 453 117 52
Binary 10111100 10111 11000000 10 1011000 0 11001 100101011 1001111 101010

Color Harmonies of #BC17C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17C0

Black with #BC17C0

Text Example


Text Example

White with #BC17C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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