Html Css Color HEX #B001EB Electric Purple

📋 copy color: '#B001EB'

red 176 ◦ green 1 ◦ blue 235

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

Shades of Electric Purple #B001EB

Tints of Electric Purple #B001EB

RGB

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

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

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

R = 42.72%
G = 0.24%
B = 57.04%

CMYK

 C value IS 0.25

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B001EB (or 0xB001EB) is known color: Electric Purple. HEX triplet: B0, 01 and EB. RGB value is (176,1,235). Sum of RGB (Red+Green+Blue) = 176+1+235=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #B001EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B001EB is #4FFE14. Grayscale: #4F4F4F. Windows color (decimal): -5242389 or 15401392. OLE color: 15401392.

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

Color convert

RGB 176 1 235 -
CMYK 0.25 1.00 0 0.08
HSL 284.87º 0.99% 0.46% -
HSV(B) 284.87º 1% 0.92% -
XYZ 32.91 15.25 79.81 -
YUV 80 215.48 196.47 -
System Red Green Blue C M Y K H S L
Decimal 176 1 235 0.25 1.00 0 0.08 284.87 0.99 0.46
Hex B0 1 EB 19 64 0 8 11D 63 2E
Octal 260 1 353 31 144 0 10 435 143 56
Binary 10110000 1 11101011 11001 1100100 0 1000 100011101 1100011 101110

Color Harmonies of #B001EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B001EB

Black with #B001EB

Text Example


Text Example

White with #B001EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B001EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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