Html Css Color HEX #BC1FBE Deep Magenta

📋 copy color: '#BC1FBE'

red 188 ◦ green 31 ◦ blue 190

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

Shades of Deep Magenta #BC1FBE

Tints of Deep Magenta #BC1FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 45.97%
G = 7.58%
B = 46.45%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC1FBE (or 0xBC1FBE) is known color: Deep Magenta. HEX triplet: BC, 1F and BE. RGB value is (188,31,190). Sum of RGB (Red+Green+Blue) = 188+31+190=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC1FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FBE is #43E041. Grayscale: #5F5F5F. Windows color (decimal): -4448322 or 12459964. OLE color: 12459964.

HSL color Cylindrical-coordinate representation of color #BC1FBE: hue angle of 299.25º degrees, saturation: 0.72, 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 #BC1FBE is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 31 190 -
CMYK 0.01 0.84 0 0.25
HSL 299.25º 0.72% 0.43% -
HSV(B) 299.25º 0.84% 0.75% -
XYZ 30.52 15.39 50.08 -
YUV 96.07 181.01 193.57 -
System Red Green Blue C M Y K H S L
Decimal 188 31 190 0.01 0.84 0 0.25 299.25 0.72 0.43
Hex BC 1F BE 1 54 0 19 12B 48 2B
Octal 274 37 276 1 124 0 31 453 110 53
Binary 10111100 11111 10111110 1 1010100 0 11001 100101011 1001000 101011

Color Harmonies of #BC1FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FBE

Black with #BC1FBE

Text Example


Text Example

White with #BC1FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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