Html Css Color HEX #BC17B8 Deep Magenta

📋 copy color: '#BC17B8'

red 188 ◦ green 23 ◦ blue 184

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

Shades of Deep Magenta #BC17B8

Tints of Deep Magenta #BC17B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.58%

R = 47.59%
G = 5.82%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC17B8 (or 0xBC17B8) is known color: Deep Magenta. HEX triplet: BC, 17 and B8. RGB value is (188,23,184). Sum of RGB (Red+Green+Blue) = 188+23+184=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17B8 is #43E847. Grayscale: #5A5A5A. Windows color (decimal): -4450376 or 12064700. OLE color: 12064700.

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

Color convert

RGB 188 23 184 -
CMYK 0 0.88 0.02 0.26
HSL 301.45º 0.78% 0.41% -
HSV(B) 301.45º 0.88% 0.74% -
XYZ 29.7 14.76 46.63 -
YUV 90.69 180.66 197.41 -
System Red Green Blue C M Y K H S L
Decimal 188 23 184 0 0.88 0.02 0.26 301.45 0.78 0.41
Hex BC 17 B8 0 58 2 1A 12D 4E 29
Octal 274 27 270 0 130 2 32 455 116 51
Binary 10111100 10111 10111000 0 1011000 10 11010 100101101 1001110 101001

Color Harmonies of #BC17B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17B8

Black with #BC17B8

Text Example


Text Example

White with #BC17B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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