Html Css Color HEX #B000EE Electric Purple

📋 copy color: '#B000EE'

red 176 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #B000EE

Tints of Electric Purple #B000EE

RGB

 RED value IS 176 (69.14% from 255) = 42.51%

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

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

R = 42.51%
G = 0%
B = 57.49%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B000EE (or 0xB000EE) is known color: Electric Purple. HEX triplet: B0, 00 and EE. RGB value is (176,0,238). Sum of RGB (Red+Green+Blue) = 176+0+238=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #B000EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B000EE is #4FFF11. Grayscale: #4E4E4E. Windows color (decimal): -5242642 or 15597744. OLE color: 15597744.

HSL color Cylindrical-coordinate representation of color #B000EE: hue angle of 284.37º 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 #B000EE is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 0 238 -
CMYK 0.26 1 0 0.07
HSL 284.37º 1% 0.47% -
HSV(B) 284.37º 1% 0.93% -
XYZ 33.34 15.4 82.1 -
YUV 79.76 217.31 196.65 -
System Red Green Blue C M Y K H S L
Decimal 176 0 238 0.26 1 0 0.07 284.37 1 0.47
Hex B0 0 EE 1A 64 0 7 11C 64 2F
Octal 260 0 356 32 144 0 7 434 144 57
Binary 10110000 0 11101110 11010 1100100 0 111 100011100 1100100 101111

Color Harmonies of #B000EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B000EE

Black with #B000EE

Text Example


Text Example

White with #B000EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B000EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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