Html Css Color HEX #B01EFB Electric Purple

📋 copy color: '#B01EFB'

red 176 ◦ green 30 ◦ blue 251

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

Shades of Electric Purple #B01EFB

Tints of Electric Purple #B01EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.56%

 BLUE value IS 251 (98.44% from 255) = 54.92%

R = 38.51%
G = 6.56%
B = 54.92%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B01EFB (or 0xB01EFB) is known color: Electric Purple. HEX triplet: B0, 1E and FB. RGB value is (176,30,251). Sum of RGB (Red+Green+Blue) = 176+30+251=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #B01EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01EFB is #4FE104. Grayscale: #626262. Windows color (decimal): -5234949 or 16457392. OLE color: 16457392.

HSL color Cylindrical-coordinate representation of color #B01EFB: hue angle of 279.64º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01EFB is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 30 251 -
CMYK 0.30 0.88 0 0.02
HSL 279.64º 0.97% 0.55% -
HSV(B) 279.64º 0.88% 0.98% -
XYZ 35.78 17.12 92.69 -
YUV 98.85 213.87 183.03 -
System Red Green Blue C M Y K H S L
Decimal 176 30 251 0.30 0.88 0 0.02 279.64 0.97 0.55
Hex B0 1E FB 1E 58 0 2 118 61 37
Octal 260 36 373 36 130 0 2 430 141 67
Binary 10110000 11110 11111011 11110 1011000 0 10 100011000 1100001 110111

Color Harmonies of #B01EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01EFB

Black with #B01EFB

Text Example


Text Example

White with #B01EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01EFB; }

 p { color: rgb(176,30,251); }

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

background-color css

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

 a { background-color: rgb(176,30,251); }

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

border-color css

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

 span { border-color: rgb(176,30,251); }

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