Html Css Color HEX #BC1AB7 Deep Magenta

📋 copy color: '#BC1AB7'

red 188 ◦ green 26 ◦ blue 183

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

Shades of Deep Magenta #BC1AB7

Tints of Deep Magenta #BC1AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.1%

R = 47.36%
G = 6.55%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC1AB7 (or 0xBC1AB7) is known color: Deep Magenta. HEX triplet: BC, 1A and B7. RGB value is (188,26,183). Sum of RGB (Red+Green+Blue) = 188+26+183=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1AB7 is #43E548. Grayscale: #5B5B5B. Windows color (decimal): -4449609 or 11999932. OLE color: 11999932.

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

Color convert

RGB 188 26 183 -
CMYK 0 0.86 0.03 0.26
HSL 301.85º 0.76% 0.42% -
HSV(B) 301.85º 0.86% 0.74% -
XYZ 29.66 14.85 46.1 -
YUV 92.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 188 26 183 0 0.86 0.03 0.26 301.85 0.76 0.42
Hex BC 1A B7 0 56 3 1A 12E 4C 2A
Octal 274 32 267 0 126 3 32 456 114 52
Binary 10111100 11010 10110111 0 1010110 11 11010 100101110 1001100 101010

Color Harmonies of #BC1AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AB7

Black with #BC1AB7

Text Example


Text Example

White with #BC1AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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