Html Css Color HEX #BC19C9 Deep Magenta

📋 copy color: '#BC19C9'

red 188 ◦ green 25 ◦ blue 201

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

Shades of Deep Magenta #BC19C9

Tints of Deep Magenta #BC19C9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.04%

 BLUE value IS 201 (78.91% from 255) = 48.55%

R = 45.41%
G = 6.04%
B = 48.55%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC19C9 (or 0xBC19C9) is known color: Deep Magenta. HEX triplet: BC, 19 and C9. RGB value is (188,25,201). Sum of RGB (Red+Green+Blue) = 188+25+201=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC19C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19C9 is #43E636. Grayscale: #5D5D5D. Windows color (decimal): -4449847 or 13179324. OLE color: 13179324.

HSL color Cylindrical-coordinate representation of color #BC19C9: hue angle of 295.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC19C9 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 25 201 -
CMYK 0.06 0.88 0 0.21
HSL 295.57º 0.78% 0.44% -
HSV(B) 295.57º 0.88% 0.79% -
XYZ 31.63 15.6 56.6 -
YUV 93.8 188.5 195.19 -
System Red Green Blue C M Y K H S L
Decimal 188 25 201 0.06 0.88 0 0.21 295.57 0.78 0.44
Hex BC 19 C9 6 58 0 15 128 4E 2C
Octal 274 31 311 6 130 0 25 450 116 54
Binary 10111100 11001 11001001 110 1011000 0 10101 100101000 1001110 101100

Color Harmonies of #BC19C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19C9

Black with #BC19C9

Text Example


Text Example

White with #BC19C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19C9; }

 p { color: rgb(188,25,201); }

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

background-color css

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

 a { background-color: rgb(188,25,201); }

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

border-color css

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

 span { border-color: rgb(188,25,201); }

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