Html Css Color HEX #BC19CB Deep Magenta

📋 copy color: '#BC19CB'

red 188 ◦ green 25 ◦ blue 203

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

Shades of Deep Magenta #BC19CB

Tints of Deep Magenta #BC19CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 45.19%
G = 6.01%
B = 48.8%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC19CB (or 0xBC19CB) is known color: Deep Magenta. HEX triplet: BC, 19 and CB. RGB value is (188,25,203). Sum of RGB (Red+Green+Blue) = 188+25+203=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC19CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19CB is #43E634. Grayscale: #5D5D5D. Windows color (decimal): -4449845 or 13310396. OLE color: 13310396.

HSL color Cylindrical-coordinate representation of color #BC19CB: hue angle of 294.94º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC19CB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 25 203 -
CMYK 0.07 0.88 0 0.20
HSL 294.94º 0.78% 0.45% -
HSV(B) 294.94º 0.88% 0.8% -
XYZ 31.87 15.7 57.85 -
YUV 94.03 189.5 195.03 -
System Red Green Blue C M Y K H S L
Decimal 188 25 203 0.07 0.88 0 0.20 294.94 0.78 0.45
Hex BC 19 CB 7 58 0 14 127 4E 2D
Octal 274 31 313 7 130 0 24 447 116 55
Binary 10111100 11001 11001011 111 1011000 0 10100 100100111 1001110 101101

Color Harmonies of #BC19CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19CB

Black with #BC19CB

Text Example


Text Example

White with #BC19CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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