Html Css Color HEX #BC17DA Deep Magenta

📋 copy color: '#BC17DA'

red 188 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #BC17DA

Tints of Deep Magenta #BC17DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 43.82%
G = 5.36%
B = 50.82%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC17DA (or 0xBC17DA) is known color: Deep Magenta. HEX triplet: BC, 17 and DA. RGB value is (188,23,218). Sum of RGB (Red+Green+Blue) = 188+23+218=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17DA is #43E825. Grayscale: #5D5D5D. Windows color (decimal): -4450342 or 14292924. OLE color: 14292924.

HSL color Cylindrical-coordinate representation of color #BC17DA: hue angle of 290.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC17DA is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 23 218 -
CMYK 0.14 0.89 0 0.15
HSL 290.77º 0.81% 0.47% -
HSV(B) 290.77º 0.89% 0.85% -
XYZ 33.7 16.37 67.71 -
YUV 94.57 197.66 194.64 -
System Red Green Blue C M Y K H S L
Decimal 188 23 218 0.14 0.89 0 0.15 290.77 0.81 0.47
Hex BC 17 DA E 59 0 F 123 51 2F
Octal 274 27 332 16 131 0 17 443 121 57
Binary 10111100 10111 11011010 1110 1011001 0 1111 100100011 1010001 101111

Color Harmonies of #BC17DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17DA

Black with #BC17DA

Text Example


Text Example

White with #BC17DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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