Html Css Color HEX #BC17BA Deep Magenta

📋 copy color: '#BC17BA'

red 188 ◦ green 23 ◦ blue 186

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

Shades of Deep Magenta #BC17BA

Tints of Deep Magenta #BC17BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 47.36%
G = 5.79%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC17BA (or 0xBC17BA) is known color: Deep Magenta. HEX triplet: BC, 17 and BA. RGB value is (188,23,186). Sum of RGB (Red+Green+Blue) = 188+23+186=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17BA is #43E845. Grayscale: #5A5A5A. Windows color (decimal): -4450374 or 12195772. OLE color: 12195772.

HSL color Cylindrical-coordinate representation of color #BC17BA: hue angle of 300.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC17BA is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 186 -
CMYK 0 0.88 0.01 0.26
HSL 300.73º 0.78% 0.41% -
HSV(B) 300.73º 0.88% 0.74% -
XYZ 29.91 14.85 47.74 -
YUV 90.92 181.66 197.25 -
System Red Green Blue C M Y K H S L
Decimal 188 23 186 0 0.88 0.01 0.26 300.73 0.78 0.41
Hex BC 17 BA 0 58 1 1A 12D 4E 29
Octal 274 27 272 0 130 1 32 455 116 51
Binary 10111100 10111 10111010 0 1011000 1 11010 100101101 1001110 101001

Color Harmonies of #BC17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17BA

Black with #BC17BA

Text Example


Text Example

White with #BC17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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