Html Css Color HEX #B801ED Electric Purple

📋 copy color: '#B801ED'

red 184 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #B801ED

Tints of Electric Purple #B801ED

RGB

 RED value IS 184 (72.27% from 255) = 43.6%

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 43.6%
G = 0.24%
B = 56.16%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B801ED (or 0xB801ED) is known color: Electric Purple. HEX triplet: B8, 01 and ED. RGB value is (184,1,237). Sum of RGB (Red+Green+Blue) = 184+1+237=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #B801ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B801ED is #47FE12. Grayscale: #515151. Windows color (decimal): -4718099 or 15532472. OLE color: 15532472.

HSL color Cylindrical-coordinate representation of color #B801ED: hue angle of 286.53º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801ED is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 1 237 -
CMYK 0.22 1.00 0 0.07
HSL 286.53º 0.99% 0.47% -
HSV(B) 286.53º 1% 0.93% -
XYZ 35.06 16.33 81.42 -
YUV 82.62 215.13 200.31 -
System Red Green Blue C M Y K H S L
Decimal 184 1 237 0.22 1.00 0 0.07 286.53 0.99 0.47
Hex B8 1 ED 16 64 0 7 11F 63 2F
Octal 270 1 355 26 144 0 7 437 143 57
Binary 10111000 1 11101101 10110 1100100 0 111 100011111 1100011 101111

Color Harmonies of #B801ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801ED

Black with #B801ED

Text Example


Text Example

White with #B801ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801ED; }

 p { color: rgb(184,1,237); }

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

background-color css

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

 a { background-color: rgb(184,1,237); }

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

border-color css

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

 span { border-color: rgb(184,1,237); }

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