Html Css Color HEX #BE09FF Electric Purple

📋 copy color: '#BE09FF'

red 190 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #BE09FF

Tints of Electric Purple #BE09FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.17%

R = 41.85%
G = 1.98%
B = 56.17%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE09FF (or 0xBE09FF) is known color: Electric Purple. HEX triplet: BE, 09 and FF. RGB value is (190,9,255). Sum of RGB (Red+Green+Blue) = 190+9+255=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE09FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE09FF is #41F600. Grayscale: #5A5A5A. Windows color (decimal): -4322817 or 16714174. OLE color: 16714174.

HSL color Cylindrical-coordinate representation of color #BE09FF: hue angle of 284.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE09FF is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 9 255 -
CMYK 0.25 0.96 0 0
HSL 284.15º 1% 0.52% -
HSV(B) 284.15º 0.96% 1% -
XYZ 39.38 18.36 96.08 -
YUV 91.16 220.47 198.5 -
System Red Green Blue C M Y K H S L
Decimal 190 9 255 0.25 0.96 0 0 284.15 1 0.52
Hex BE 9 FF 19 60 0 0 11C 64 34
Octal 276 11 377 31 140 0 0 434 144 64
Binary 10111110 1001 11111111 11001 1100000 0 0 100011100 1100100 110100

Color Harmonies of #BE09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE09FF

Black with #BE09FF

Text Example


Text Example

White with #BE09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE09FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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