Html Css Color HEX #BE0BF1 Electric Purple

📋 copy color: '#BE0BF1'

red 190 ◦ green 11 ◦ blue 241

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

Shades of Electric Purple #BE0BF1

Tints of Electric Purple #BE0BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.52%

R = 42.99%
G = 2.49%
B = 54.52%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE0BF1 (or 0xBE0BF1) is known color: Electric Purple. HEX triplet: BE, 0B and F1. RGB value is (190,11,241). Sum of RGB (Red+Green+Blue) = 190+11+241=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE0BF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0BF1 is #41F40E. Grayscale: #5A5A5A. Windows color (decimal): -4322319 or 15797182. OLE color: 15797182.

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

Color convert

RGB 190 11 241 -
CMYK 0.21 0.95 0 0.05
HSL 286.7º 0.91% 0.49% -
HSV(B) 286.7º 0.95% 0.95% -
XYZ 37.23 17.54 84.64 -
YUV 90.74 212.8 198.8 -
System Red Green Blue C M Y K H S L
Decimal 190 11 241 0.21 0.95 0 0.05 286.7 0.91 0.49
Hex BE B F1 15 5F 0 5 11F 5B 31
Octal 276 13 361 25 137 0 5 437 133 61
Binary 10111110 1011 11110001 10101 1011111 0 101 100011111 1011011 110001

Color Harmonies of #BE0BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0BF1

Black with #BE0BF1

Text Example


Text Example

White with #BE0BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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