Html Css Color HEX #BC17B5 Deep Magenta

📋 copy color: '#BC17B5'

red 188 ◦ green 23 ◦ blue 181

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

Shades of Deep Magenta #BC17B5

Tints of Deep Magenta #BC17B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.17%

R = 47.96%
G = 5.87%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC17B5 (or 0xBC17B5) is known color: Deep Magenta. HEX triplet: BC, 17 and B5. RGB value is (188,23,181). Sum of RGB (Red+Green+Blue) = 188+23+181=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17B5 is #43E84A. Grayscale: #595959. Windows color (decimal): -4450379 or 11868092. OLE color: 11868092.

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

Color convert

RGB 188 23 181 -
CMYK 0 0.88 0.04 0.26
HSL 302.55º 0.78% 0.41% -
HSV(B) 302.55º 0.88% 0.74% -
XYZ 29.39 14.64 44.99 -
YUV 90.35 179.16 197.65 -
System Red Green Blue C M Y K H S L
Decimal 188 23 181 0 0.88 0.04 0.26 302.55 0.78 0.41
Hex BC 17 B5 0 58 4 1A 12F 4E 29
Octal 274 27 265 0 130 4 32 457 116 51
Binary 10111100 10111 10110101 0 1011000 100 11010 100101111 1001110 101001

Color Harmonies of #BC17B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17B5

Black with #BC17B5

Text Example


Text Example

White with #BC17B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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