Html Css Color HEX #BC17BD Deep Magenta

📋 copy color: '#BC17BD'

red 188 ◦ green 23 ◦ blue 189

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

Shades of Deep Magenta #BC17BD

Tints of Deep Magenta #BC17BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 47%
G = 5.75%
B = 47.25%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC17BD (or 0xBC17BD) is known color: Deep Magenta. HEX triplet: BC, 17 and BD. RGB value is (188,23,189). Sum of RGB (Red+Green+Blue) = 188+23+189=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC17BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17BD is #43E842. Grayscale: #5A5A5A. Windows color (decimal): -4450371 or 12392380. OLE color: 12392380.

HSL color Cylindrical-coordinate representation of color #BC17BD: hue angle of 299.64º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC17BD is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 189 -
CMYK 0.01 0.88 0 0.26
HSL 299.64º 0.78% 0.42% -
HSV(B) 299.64º 0.88% 0.74% -
XYZ 30.23 14.98 49.44 -
YUV 91.26 183.16 197 -
System Red Green Blue C M Y K H S L
Decimal 188 23 189 0.01 0.88 0 0.26 299.64 0.78 0.42
Hex BC 17 BD 1 58 0 1A 12C 4E 2A
Octal 274 27 275 1 130 0 32 454 116 52
Binary 10111100 10111 10111101 1 1011000 0 11010 100101100 1001110 101010

Color Harmonies of #BC17BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17BD

Black with #BC17BD

Text Example


Text Example

White with #BC17BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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