Html Css Color HEX #BE09F0 Electric Purple

📋 copy color: '#BE09F0'

red 190 ◦ green 9 ◦ blue 240

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

Shades of Electric Purple #BE09F0

Tints of Electric Purple #BE09F0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.05%

 BLUE value IS 240 (94.14% from 255) = 54.67%

R = 43.28%
G = 2.05%
B = 54.67%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE09F0 (or 0xBE09F0) is known color: Electric Purple. HEX triplet: BE, 09 and F0. RGB value is (190,9,240). Sum of RGB (Red+Green+Blue) = 190+9+240=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE09F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE09F0 is #41F60F. Grayscale: #585858. Windows color (decimal): -4322832 or 15731134. OLE color: 15731134.

HSL color Cylindrical-coordinate representation of color #BE09F0: hue angle of 287.01º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE09F0 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 9 240 -
CMYK 0.21 0.96 0 0.06
HSL 287.01º 0.93% 0.49% -
HSV(B) 287.01º 0.96% 0.94% -
XYZ 37.06 17.43 83.85 -
YUV 89.45 212.97 199.72 -
System Red Green Blue C M Y K H S L
Decimal 190 9 240 0.21 0.96 0 0.06 287.01 0.93 0.49
Hex BE 9 F0 15 60 0 6 11F 5D 31
Octal 276 11 360 25 140 0 6 437 135 61
Binary 10111110 1001 11110000 10101 1100000 0 110 100011111 1011101 110001

Color Harmonies of #BE09F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE09F0

Black with #BE09F0

Text Example


Text Example

White with #BE09F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE09F0; }

 p { color: rgb(190,9,240); }

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

background-color css

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

 a { background-color: rgb(190,9,240); }

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

border-color css

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

 span { border-color: rgb(190,9,240); }

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