Html Css Color HEX #BC17DB Deep Magenta

📋 copy color: '#BC17DB'

red 188 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #BC17DB

Tints of Deep Magenta #BC17DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 43.72%
G = 5.35%
B = 50.93%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC17DB (or 0xBC17DB) is known color: Deep Magenta. HEX triplet: BC, 17 and DB. RGB value is (188,23,219). Sum of RGB (Red+Green+Blue) = 188+23+219=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17DB is #43E824. Grayscale: #5E5E5E. Windows color (decimal): -4450341 or 14358460. OLE color: 14358460.

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

Color convert

RGB 188 23 219 -
CMYK 0.14 0.89 0 0.14
HSL 290.51º 0.81% 0.47% -
HSV(B) 290.51º 0.89% 0.86% -
XYZ 33.83 16.42 68.4 -
YUV 94.68 198.16 194.56 -
System Red Green Blue C M Y K H S L
Decimal 188 23 219 0.14 0.89 0 0.14 290.51 0.81 0.47
Hex BC 17 DB E 59 0 E 123 51 2F
Octal 274 27 333 16 131 0 16 443 121 57
Binary 10111100 10111 11011011 1110 1011001 0 1110 100100011 1010001 101111

Color Harmonies of #BC17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17DB

Black with #BC17DB

Text Example


Text Example

White with #BC17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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