Html Css Color HEX #BC17B3 Deep Magenta

📋 copy color: '#BC17B3'

red 188 ◦ green 23 ◦ blue 179

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

Shades of Deep Magenta #BC17B3

Tints of Deep Magenta #BC17B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.9%

R = 48.21%
G = 5.9%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC17B3 (or 0xBC17B3) is known color: Deep Magenta. HEX triplet: BC, 17 and B3. RGB value is (188,23,179). Sum of RGB (Red+Green+Blue) = 188+23+179=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17B3 is #43E84C. Grayscale: #595959. Windows color (decimal): -4450381 or 11737020. OLE color: 11737020.

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

Color convert

RGB 188 23 179 -
CMYK 0 0.88 0.05 0.26
HSL 303.27º 0.78% 0.41% -
HSV(B) 303.27º 0.88% 0.74% -
XYZ 29.18 14.56 43.92 -
YUV 90.12 178.16 197.82 -
System Red Green Blue C M Y K H S L
Decimal 188 23 179 0 0.88 0.05 0.26 303.27 0.78 0.41
Hex BC 17 B3 0 58 5 1A 12F 4E 29
Octal 274 27 263 0 130 5 32 457 116 51
Binary 10111100 10111 10110011 0 1011000 101 11010 100101111 1001110 101001

Color Harmonies of #BC17B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17B3

Black with #BC17B3

Text Example


Text Example

White with #BC17B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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