Html Css Color HEX #BE1FB3 Deep Magenta

📋 copy color: '#BE1FB3'

red 190 ◦ green 31 ◦ blue 179

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

Shades of Deep Magenta #BE1FB3

Tints of Deep Magenta #BE1FB3

RGB

 RED value IS 190 (74.61% from 255) = 47.5%

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

 BLUE value IS 179 (70.31% from 255) = 44.75%

R = 47.5%
G = 7.75%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE1FB3 (or 0xBE1FB3) is known color: Deep Magenta. HEX triplet: BE, 1F and B3. RGB value is (190,31,179). Sum of RGB (Red+Green+Blue) = 190+31+179=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1FB3 is #41E04C. Grayscale: #5E5E5E. Windows color (decimal): -4317261 or 11739070. OLE color: 11739070.

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

Color convert

RGB 190 31 179 -
CMYK 0 0.84 0.06 0.25
HSL 304.15º 0.72% 0.43% -
HSV(B) 304.15º 0.84% 0.75% -
XYZ 29.86 15.18 44 -
YUV 95.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 190 31 179 0 0.84 0.06 0.25 304.15 0.72 0.43
Hex BE 1F B3 0 54 6 19 130 48 2B
Octal 276 37 263 0 124 6 31 460 110 53
Binary 10111110 11111 10110011 0 1010100 110 11001 100110000 1001000 101011

Color Harmonies of #BE1FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FB3

Black with #BE1FB3

Text Example


Text Example

White with #BE1FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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