Html Css Color HEX #BE0BEB Electric Purple

📋 copy color: '#BE0BEB'

red 190 ◦ green 11 ◦ blue 235

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

Shades of Electric Purple #BE0BEB

Tints of Electric Purple #BE0BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.52%

 BLUE value IS 235 (92.19% from 255) = 53.9%

R = 43.58%
G = 2.52%
B = 53.9%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE0BEB (or 0xBE0BEB) is known color: Electric Purple. HEX triplet: BE, 0B and EB. RGB value is (190,11,235). Sum of RGB (Red+Green+Blue) = 190+11+235=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE0BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0BEB is #41F414. Grayscale: #595959. Windows color (decimal): -4322325 or 15403966. OLE color: 15403966.

HSL color Cylindrical-coordinate representation of color #BE0BEB: hue angle of 287.95º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0BEB is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 11 235 -
CMYK 0.19 0.95 0 0.08
HSL 287.95º 0.91% 0.48% -
HSV(B) 287.95º 0.95% 0.92% -
XYZ 36.35 17.18 80 -
YUV 90.06 209.8 199.29 -
System Red Green Blue C M Y K H S L
Decimal 190 11 235 0.19 0.95 0 0.08 287.95 0.91 0.48
Hex BE B EB 13 5F 0 8 120 5B 30
Octal 276 13 353 23 137 0 10 440 133 60
Binary 10111110 1011 11101011 10011 1011111 0 1000 100100000 1011011 110000

Color Harmonies of #BE0BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0BEB

Black with #BE0BEB

Text Example


Text Example

White with #BE0BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0BEB; }

 p { color: rgb(190,11,235); }

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

background-color css

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

 a { background-color: rgb(190,11,235); }

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

border-color css

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

 span { border-color: rgb(190,11,235); }

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