Html Css Color HEX #BC17C3 Deep Magenta

📋 copy color: '#BC17C3'

red 188 ◦ green 23 ◦ blue 195

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

Shades of Deep Magenta #BC17C3

Tints of Deep Magenta #BC17C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.03%

R = 46.31%
G = 5.67%
B = 48.03%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC17C3 (or 0xBC17C3) is known color: Deep Magenta. HEX triplet: BC, 17 and C3. RGB value is (188,23,195). Sum of RGB (Red+Green+Blue) = 188+23+195=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC17C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17C3 is #43E83C. Grayscale: #5B5B5B. Windows color (decimal): -4450365 or 12785596. OLE color: 12785596.

HSL color Cylindrical-coordinate representation of color #BC17C3: hue angle of 297.56º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC17C3 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 23 195 -
CMYK 0.04 0.88 0 0.24
HSL 297.56º 0.79% 0.43% -
HSV(B) 297.56º 0.88% 0.76% -
XYZ 30.9 15.24 52.94 -
YUV 91.94 186.16 196.51 -
System Red Green Blue C M Y K H S L
Decimal 188 23 195 0.04 0.88 0 0.24 297.56 0.79 0.43
Hex BC 17 C3 4 58 0 18 12A 4F 2B
Octal 274 27 303 4 130 0 30 452 117 53
Binary 10111100 10111 11000011 100 1011000 0 11000 100101010 1001111 101011

Color Harmonies of #BC17C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17C3

Black with #BC17C3

Text Example


Text Example

White with #BC17C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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