Html Css Color HEX #BC1FCA Deep Magenta

📋 copy color: '#BC1FCA'

red 188 ◦ green 31 ◦ blue 202

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

Shades of Deep Magenta #BC1FCA

Tints of Deep Magenta #BC1FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.36%

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 44.66%
G = 7.36%
B = 47.98%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC1FCA (or 0xBC1FCA) is known color: Deep Magenta. HEX triplet: BC, 1F and CA. RGB value is (188,31,202). Sum of RGB (Red+Green+Blue) = 188+31+202=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC1FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FCA is #43E035. Grayscale: #606060. Windows color (decimal): -4448310 or 13246396. OLE color: 13246396.

HSL color Cylindrical-coordinate representation of color #BC1FCA: hue angle of 295.09º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1FCA is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 31 202 -
CMYK 0.07 0.85 0 0.21
HSL 295.09º 0.73% 0.46% -
HSV(B) 295.09º 0.85% 0.79% -
XYZ 31.89 15.94 57.27 -
YUV 97.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 188 31 202 0.07 0.85 0 0.21 295.09 0.73 0.46
Hex BC 1F CA 7 55 0 15 127 49 2E
Octal 274 37 312 7 125 0 25 447 111 56
Binary 10111100 11111 11001010 111 1010101 0 10101 100100111 1001001 101110

Color Harmonies of #BC1FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FCA

Black with #BC1FCA

Text Example


Text Example

White with #BC1FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FCA; }

 p { color: rgb(188,31,202); }

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

background-color css

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

 a { background-color: rgb(188,31,202); }

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

border-color css

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

 span { border-color: rgb(188,31,202); }

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