Html Css Color HEX #BC1EB6 Deep Magenta

📋 copy color: '#BC1EB6'

red 188 ◦ green 30 ◦ blue 182

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

Shades of Deep Magenta #BC1EB6

Tints of Deep Magenta #BC1EB6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.5%

 BLUE value IS 182 (71.48% from 255) = 45.5%

R = 47%
G = 7.5%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC1EB6 (or 0xBC1EB6) is known color: Deep Magenta. HEX triplet: BC, 1E and B6. RGB value is (188,30,182). Sum of RGB (Red+Green+Blue) = 188+30+182=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EB6 is #43E149. Grayscale: #5E5E5E. Windows color (decimal): -4448586 or 11935420. OLE color: 11935420.

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

Color convert

RGB 188 30 182 -
CMYK 0 0.84 0.03 0.26
HSL 302.28º 0.72% 0.43% -
HSV(B) 302.28º 0.84% 0.74% -
XYZ 29.65 15 45.59 -
YUV 94.57 177.35 194.64 -
System Red Green Blue C M Y K H S L
Decimal 188 30 182 0 0.84 0.03 0.26 302.28 0.72 0.43
Hex BC 1E B6 0 54 3 1A 12E 48 2B
Octal 274 36 266 0 124 3 32 456 110 53
Binary 10111100 11110 10110110 0 1010100 11 11010 100101110 1001000 101011

Color Harmonies of #BC1EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EB6

Black with #BC1EB6

Text Example


Text Example

White with #BC1EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EB6; }

 p { color: rgb(188,30,182); }

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

background-color css

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

 a { background-color: rgb(188,30,182); }

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

border-color css

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

 span { border-color: rgb(188,30,182); }

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