Html Css Color HEX #BE2BF2 Electric Purple

📋 copy color: '#BE2BF2'

red 190 ◦ green 43 ◦ blue 242

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

Shades of Electric Purple #BE2BF2

Tints of Electric Purple #BE2BF2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.05%

 BLUE value IS 242 (94.92% from 255) = 50.95%

R = 40%
G = 9.05%
B = 50.95%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE2BF2 (or 0xBE2BF2) is known color: Electric Purple. HEX triplet: BE, 2B and F2. RGB value is (190,43,242). Sum of RGB (Red+Green+Blue) = 190+43+242=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE2BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2BF2 is #41D40D. Grayscale: #6C6C6C. Windows color (decimal): -4314126 or 15870910. OLE color: 15870910.

HSL color Cylindrical-coordinate representation of color #BE2BF2: hue angle of 284.32º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2BF2 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 43 242 -
CMYK 0.21 0.82 0 0.05
HSL 284.32º 0.88% 0.56% -
HSV(B) 284.32º 0.82% 0.95% -
XYZ 38.13 19.09 85.68 -
YUV 109.64 202.7 185.32 -
System Red Green Blue C M Y K H S L
Decimal 190 43 242 0.21 0.82 0 0.05 284.32 0.88 0.56
Hex BE 2B F2 15 52 0 5 11C 58 38
Octal 276 53 362 25 122 0 5 434 130 70
Binary 10111110 101011 11110010 10101 1010010 0 101 100011100 1011000 111000

Color Harmonies of #BE2BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BF2

Black with #BE2BF2

Text Example


Text Example

White with #BE2BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BF2; }

 p { color: rgb(190,43,242); }

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

background-color css

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

 a { background-color: rgb(190,43,242); }

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

border-color css

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

 span { border-color: rgb(190,43,242); }

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