Html Css Color HEX #BC1EBF Deep Magenta

📋 copy color: '#BC1EBF'

red 188 ◦ green 30 ◦ blue 191

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

Shades of Deep Magenta #BC1EBF

Tints of Deep Magenta #BC1EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 45.97%
G = 7.33%
B = 46.7%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC1EBF (or 0xBC1EBF) is known color: Deep Magenta. HEX triplet: BC, 1E and BF. RGB value is (188,30,191). Sum of RGB (Red+Green+Blue) = 188+30+191=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC1EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EBF is #43E140. Grayscale: #5F5F5F. Windows color (decimal): -4448577 or 12525244. OLE color: 12525244.

HSL color Cylindrical-coordinate representation of color #BC1EBF: hue angle of 298.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1EBF is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 30 191 -
CMYK 0.02 0.84 0 0.25
HSL 298.88º 0.73% 0.43% -
HSV(B) 298.88º 0.84% 0.75% -
XYZ 30.61 15.38 50.65 -
YUV 95.6 181.85 193.91 -
System Red Green Blue C M Y K H S L
Decimal 188 30 191 0.02 0.84 0 0.25 298.88 0.73 0.43
Hex BC 1E BF 2 54 0 19 12B 49 2B
Octal 274 36 277 2 124 0 31 453 111 53
Binary 10111100 11110 10111111 10 1010100 0 11001 100101011 1001001 101011

Color Harmonies of #BC1EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EBF

Black with #BC1EBF

Text Example


Text Example

White with #BC1EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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