Html Css Color HEX #B011FA Electric Purple

📋 copy color: '#B011FA'

red 176 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #B011FA

Tints of Electric Purple #B011FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.84%

 BLUE value IS 250 (98.05% from 255) = 56.43%

R = 39.73%
G = 3.84%
B = 56.43%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B011FA (or 0xB011FA) is known color: Electric Purple. HEX triplet: B0, 11 and FA. RGB value is (176,17,250). Sum of RGB (Red+Green+Blue) = 176+17+250=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #B011FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B011FA is #4FEE05. Grayscale: #5A5A5A. Windows color (decimal): -5238278 or 16388528. OLE color: 16388528.

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

Color convert

RGB 176 17 250 -
CMYK 0.30 0.93 0 0.02
HSL 280.94º 0.96% 0.52% -
HSV(B) 280.94º 0.93% 0.98% -
XYZ 35.36 16.53 91.77 -
YUV 91.1 217.68 188.55 -
System Red Green Blue C M Y K H S L
Decimal 176 17 250 0.30 0.93 0 0.02 280.94 0.96 0.52
Hex B0 11 FA 1E 5D 0 2 119 60 34
Octal 260 21 372 36 135 0 2 431 140 64
Binary 10110000 10001 11111010 11110 1011101 0 10 100011001 1100000 110100

Color Harmonies of #B011FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011FA

Black with #B011FA

Text Example


Text Example

White with #B011FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011FA; }

 p { color: rgb(176,17,250); }

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

background-color css

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

 a { background-color: rgb(176,17,250); }

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

border-color css

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

 span { border-color: rgb(176,17,250); }

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