Html Css Color HEX #BE1BE1 Deep Magenta

📋 copy color: '#BE1BE1'

red 190 ◦ green 27 ◦ blue 225

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

Shades of Deep Magenta #BE1BE1

Tints of Deep Magenta #BE1BE1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.11%

 BLUE value IS 225 (88.28% from 255) = 50.9%

R = 42.99%
G = 6.11%
B = 50.9%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE1BE1 (or 0xBE1BE1) is known color: Deep Magenta. HEX triplet: BE, 1B and E1. RGB value is (190,27,225). Sum of RGB (Red+Green+Blue) = 190+27+225=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE1BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1BE1 is #41E41E. Grayscale: #616161. Windows color (decimal): -4318239 or 14752702. OLE color: 14752702.

HSL color Cylindrical-coordinate representation of color #BE1BE1: hue angle of 289.39º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1BE1 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 27 225 -
CMYK 0.16 0.88 0 0.12
HSL 289.39º 0.79% 0.49% -
HSV(B) 289.39º 0.88% 0.88% -
XYZ 35.22 17.17 72.69 -
YUV 98.31 199.5 193.4 -
System Red Green Blue C M Y K H S L
Decimal 190 27 225 0.16 0.88 0 0.12 289.39 0.79 0.49
Hex BE 1B E1 10 58 0 C 121 4F 31
Octal 276 33 341 20 130 0 14 441 117 61
Binary 10111110 11011 11100001 10000 1011000 0 1100 100100001 1001111 110001

Color Harmonies of #BE1BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1BE1

Black with #BE1BE1

Text Example


Text Example

White with #BE1BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1BE1; }

 p { color: rgb(190,27,225); }

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

background-color css

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

 a { background-color: rgb(190,27,225); }

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

border-color css

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

 span { border-color: rgb(190,27,225); }

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