Html Css Color HEX #BE10ED Electric Purple

📋 copy color: '#BE10ED'

red 190 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #BE10ED

Tints of Electric Purple #BE10ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.61%

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 42.89%
G = 3.61%
B = 53.5%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE10ED (or 0xBE10ED) is known color: Electric Purple. HEX triplet: BE, 10 and ED. RGB value is (190,16,237). Sum of RGB (Red+Green+Blue) = 190+16+237=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE10ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE10ED is #41EF12. Grayscale: #5C5C5C. Windows color (decimal): -4321043 or 15536318. OLE color: 15536318.

HSL color Cylindrical-coordinate representation of color #BE10ED: hue angle of 287.24º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE10ED is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 16 237 -
CMYK 0.20 0.93 0 0.07
HSL 287.24º 0.87% 0.5% -
HSV(B) 287.24º 0.93% 0.93% -
XYZ 36.71 17.43 81.55 -
YUV 93.22 209.15 197.03 -
System Red Green Blue C M Y K H S L
Decimal 190 16 237 0.20 0.93 0 0.07 287.24 0.87 0.5
Hex BE 10 ED 14 5D 0 7 11F 57 32
Octal 276 20 355 24 135 0 7 437 127 62
Binary 10111110 10000 11101101 10100 1011101 0 111 100011111 1010111 110010

Color Harmonies of #BE10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10ED

Black with #BE10ED

Text Example


Text Example

White with #BE10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10ED; }

 p { color: rgb(190,16,237); }

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

background-color css

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

 a { background-color: rgb(190,16,237); }

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

border-color css

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

 span { border-color: rgb(190,16,237); }

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