Html Css Color HEX #B511FA Electric Purple

📋 copy color: '#B511FA'

red 181 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #B511FA

Tints of Electric Purple #B511FA

RGB

 RED value IS 181 (71.09% from 255) = 40.4%

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

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

R = 40.4%
G = 3.79%
B = 55.8%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B511FA (or 0xB511FA) is known color: Electric Purple. HEX triplet: B5, 11 and FA. RGB value is (181,17,250). Sum of RGB (Red+Green+Blue) = 181+17+250=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #B511FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511FA is #4AEE05. Grayscale: #5B5B5B. Windows color (decimal): -4910598 or 16388533. OLE color: 16388533.

HSL color Cylindrical-coordinate representation of color #B511FA: hue angle of 282.23º 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 #B511FA is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 17 250 -
CMYK 0.28 0.93 0 0.02
HSL 282.23º 0.96% 0.52% -
HSV(B) 282.23º 0.93% 0.98% -
XYZ 36.51 17.13 91.82 -
YUV 92.6 216.83 191.05 -
System Red Green Blue C M Y K H S L
Decimal 181 17 250 0.28 0.93 0 0.02 282.23 0.96 0.52
Hex B5 11 FA 1C 5D 0 2 11A 60 34
Octal 265 21 372 34 135 0 2 432 140 64
Binary 10110101 10001 11111010 11100 1011101 0 10 100011010 1100000 110100

Color Harmonies of #B511FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511FA

Black with #B511FA

Text Example


Text Example

White with #B511FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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