Html Css Color HEX #BE1FBA Deep Magenta

📋 copy color: '#BE1FBA'

red 190 ◦ green 31 ◦ blue 186

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

Shades of Deep Magenta #BE1FBA

Tints of Deep Magenta #BE1FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 46.68%
G = 7.62%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE1FBA (or 0xBE1FBA) is known color: Deep Magenta. HEX triplet: BE, 1F and BA. RGB value is (190,31,186). Sum of RGB (Red+Green+Blue) = 190+31+186=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1FBA is #41E045. Grayscale: #5F5F5F. Windows color (decimal): -4317254 or 12197822. OLE color: 12197822.

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

Color convert

RGB 190 31 186 -
CMYK 0 0.84 0.02 0.25
HSL 301.51º 0.72% 0.43% -
HSV(B) 301.51º 0.84% 0.75% -
XYZ 30.59 15.47 47.83 -
YUV 96.21 178.68 194.9 -
System Red Green Blue C M Y K H S L
Decimal 190 31 186 0 0.84 0.02 0.25 301.51 0.72 0.43
Hex BE 1F BA 0 54 2 19 12E 48 2B
Octal 276 37 272 0 124 2 31 456 110 53
Binary 10111110 11111 10111010 0 1010100 10 11001 100101110 1001000 101011

Color Harmonies of #BE1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FBA

Black with #BE1FBA

Text Example


Text Example

White with #BE1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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