Html Css Color HEX #B801E6 Electric Purple

📋 copy color: '#B801E6'

red 184 ◦ green 1 ◦ blue 230

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

Shades of Electric Purple #B801E6

Tints of Electric Purple #B801E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.42%

R = 44.34%
G = 0.24%
B = 55.42%

CMYK

 C value IS 0.2

 M value IS 1.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B801E6 (or 0xB801E6) is known color: Electric Purple. HEX triplet: B8, 01 and E6. RGB value is (184,1,230). Sum of RGB (Red+Green+Blue) = 184+1+230=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #B801E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B801E6 is #47FE19. Grayscale: #515151. Windows color (decimal): -4718106 or 15073720. OLE color: 15073720.

HSL color Cylindrical-coordinate representation of color #B801E6: hue angle of 287.95º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801E6 is Cyan = 0.2, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 1 230 -
CMYK 0.2 1.00 0 0.10
HSL 287.95º 0.99% 0.45% -
HSV(B) 287.95º 1% 0.9% -
XYZ 34.06 15.93 76.14 -
YUV 81.82 211.63 200.88 -
System Red Green Blue C M Y K H S L
Decimal 184 1 230 0.2 1.00 0 0.10 287.95 0.99 0.45
Hex B8 1 E6 14 64 0 A 120 63 2D
Octal 270 1 346 24 144 0 12 440 143 55
Binary 10111000 1 11100110 10100 1100100 0 1010 100100000 1100011 101101

Color Harmonies of #B801E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801E6

Black with #B801E6

Text Example


Text Example

White with #B801E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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