Html Css Color HEX #BC1AC3 Deep Magenta

📋 copy color: '#BC1AC3'

red 188 ◦ green 26 ◦ blue 195

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

Shades of Deep Magenta #BC1AC3

Tints of Deep Magenta #BC1AC3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.36%

 BLUE value IS 195 (76.56% from 255) = 47.68%

R = 45.97%
G = 6.36%
B = 47.68%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC1AC3 (or 0xBC1AC3) is known color: Deep Magenta. HEX triplet: BC, 1A and C3. RGB value is (188,26,195). Sum of RGB (Red+Green+Blue) = 188+26+195=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC1AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1AC3 is #43E53C. Grayscale: #5D5D5D. Windows color (decimal): -4449597 or 12786364. OLE color: 12786364.

HSL color Cylindrical-coordinate representation of color #BC1AC3: hue angle of 297.51º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1AC3 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 26 195 -
CMYK 0.04 0.87 0 0.24
HSL 297.51º 0.76% 0.43% -
HSV(B) 297.51º 0.87% 0.76% -
XYZ 30.96 15.37 52.96 -
YUV 93.7 185.17 195.26 -
System Red Green Blue C M Y K H S L
Decimal 188 26 195 0.04 0.87 0 0.24 297.51 0.76 0.43
Hex BC 1A C3 4 57 0 18 12A 4C 2B
Octal 274 32 303 4 127 0 30 452 114 53
Binary 10111100 11010 11000011 100 1010111 0 11000 100101010 1001100 101011

Color Harmonies of #BC1AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AC3

Black with #BC1AC3

Text Example


Text Example

White with #BC1AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AC3; }

 p { color: rgb(188,26,195); }

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

background-color css

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

 a { background-color: rgb(188,26,195); }

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

border-color css

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

 span { border-color: rgb(188,26,195); }

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