Html Css Color HEX #B000EB Electric Purple

📋 copy color: '#B000EB'

red 176 ◦ green 0 ◦ blue 235

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

Shades of Electric Purple #B000EB

Tints of Electric Purple #B000EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.18%

R = 42.82%
G = 0%
B = 57.18%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B000EB (or 0xB000EB) is known color: Electric Purple. HEX triplet: B0, 00 and EB. RGB value is (176,0,235). Sum of RGB (Red+Green+Blue) = 176+0+235=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #B000EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B000EB is #4FFF14. Grayscale: #4E4E4E. Windows color (decimal): -5242645 or 15401136. OLE color: 15401136.

HSL color Cylindrical-coordinate representation of color #B000EB: hue angle of 284.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B000EB is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 0 235 -
CMYK 0.25 1 0 0.08
HSL 284.94º 1% 0.46% -
HSV(B) 284.94º 1% 0.92% -
XYZ 32.9 15.23 79.8 -
YUV 79.41 215.81 196.89 -
System Red Green Blue C M Y K H S L
Decimal 176 0 235 0.25 1 0 0.08 284.94 1 0.46
Hex B0 0 EB 19 64 0 8 11D 64 2E
Octal 260 0 353 31 144 0 10 435 144 56
Binary 10110000 0 11101011 11001 1100100 0 1000 100011101 1100100 101110

Color Harmonies of #B000EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B000EB

Black with #B000EB

Text Example


Text Example

White with #B000EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B000EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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