Html Css Color HEX #B01FFB Electric Purple

📋 copy color: '#B01FFB'

red 176 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #B01FFB

Tints of Electric Purple #B01FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.77%

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

R = 38.43%
G = 6.77%
B = 54.8%

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

#B01FFB (or 0xB01FFB) is known color: Electric Purple. HEX triplet: B0, 1F and FB. RGB value is (176,31,251). Sum of RGB (Red+Green+Blue) = 176+31+251=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #B01FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01FFB is #4FE004. Grayscale: #626262. Windows color (decimal): -5234693 or 16457648. OLE color: 16457648.

HSL color Cylindrical-coordinate representation of color #B01FFB: hue angle of 279.55º degrees, saturation: 0.96, 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 #B01FFB is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 31 251 -
CMYK 0.30 0.88 0 0.02
HSL 279.55º 0.96% 0.55% -
HSV(B) 279.55º 0.88% 0.98% -
XYZ 35.81 17.18 92.69 -
YUV 99.44 213.54 182.61 -
System Red Green Blue C M Y K H S L
Decimal 176 31 251 0.30 0.88 0 0.02 279.55 0.96 0.55
Hex B0 1F FB 1E 58 0 2 118 60 37
Octal 260 37 373 36 130 0 2 430 140 67
Binary 10110000 11111 11111011 11110 1011000 0 10 100011000 1100000 110111

Color Harmonies of #B01FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01FFB

Black with #B01FFB

Text Example


Text Example

White with #B01FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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