Html Css Color HEX #B800EE Electric Purple

📋 copy color: '#B800EE'

red 184 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #B800EE

Tints of Electric Purple #B800EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 238 (93.36% from 255) = 56.4%

R = 43.6%
G = 0%
B = 56.4%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B800EE (or 0xB800EE) is known color: Electric Purple. HEX triplet: B8, 00 and EE. RGB value is (184,0,238). Sum of RGB (Red+Green+Blue) = 184+0+238=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #B800EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800EE is #47FF11. Grayscale: #515151. Windows color (decimal): -4718354 or 15597752. OLE color: 15597752.

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

Color convert

RGB 184 0 238 -
CMYK 0.23 1 0 0.07
HSL 286.39º 1% 0.47% -
HSV(B) 286.39º 1% 0.93% -
XYZ 35.2 16.36 82.19 -
YUV 82.15 215.96 200.65 -
System Red Green Blue C M Y K H S L
Decimal 184 0 238 0.23 1 0 0.07 286.39 1 0.47
Hex B8 0 EE 17 64 0 7 11E 64 2F
Octal 270 0 356 27 144 0 7 436 144 57
Binary 10111000 0 11101110 10111 1100100 0 111 100011110 1100100 101111

Color Harmonies of #B800EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B800EE

Black with #B800EE

Text Example


Text Example

White with #B800EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B800EE; }

 p { color: rgb(184,0,238); }

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

background-color css

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

 a { background-color: rgb(184,0,238); }

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

border-color css

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

 span { border-color: rgb(184,0,238); }

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