Html Css Color HEX #BC17BF Deep Magenta

📋 copy color: '#BC17BF'

red 188 ◦ green 23 ◦ blue 191

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

Shades of Deep Magenta #BC17BF

Tints of Deep Magenta #BC17BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 46.77%
G = 5.72%
B = 47.51%

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

#BC17BF (or 0xBC17BF) is known color: Deep Magenta. HEX triplet: BC, 17 and BF. RGB value is (188,23,191). Sum of RGB (Red+Green+Blue) = 188+23+191=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC17BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17BF is #43E840. Grayscale: #5A5A5A. Windows color (decimal): -4450369 or 12523452. OLE color: 12523452.

HSL color Cylindrical-coordinate representation of color #BC17BF: hue angle of 298.93º 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 #BC17BF is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 23 191 -
CMYK 0.02 0.88 0 0.25
HSL 298.93º 0.79% 0.42% -
HSV(B) 298.93º 0.88% 0.75% -
XYZ 30.45 15.07 50.59 -
YUV 91.49 184.16 196.84 -
System Red Green Blue C M Y K H S L
Decimal 188 23 191 0.02 0.88 0 0.25 298.93 0.79 0.42
Hex BC 17 BF 2 58 0 19 12B 4F 2A
Octal 274 27 277 2 130 0 31 453 117 52
Binary 10111100 10111 10111111 10 1011000 0 11001 100101011 1001111 101010

Color Harmonies of #BC17BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17BF

Black with #BC17BF

Text Example


Text Example

White with #BC17BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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