Html Css Color HEX #B512FE Electric Purple

📋 copy color: '#B512FE'

red 181 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #B512FE

Tints of Electric Purple #B512FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.97%

 BLUE value IS 254 (99.61% from 255) = 56.07%

R = 39.96%
G = 3.97%
B = 56.07%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B512FE (or 0xB512FE) is known color: Electric Purple. HEX triplet: B5, 12 and FE. RGB value is (181,18,254). Sum of RGB (Red+Green+Blue) = 181+18+254=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #B512FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B512FE is #4AED01. Grayscale: #5C5C5C. Windows color (decimal): -4910338 or 16650933. OLE color: 16650933.

HSL color Cylindrical-coordinate representation of color #B512FE: hue angle of 281.44º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B512FE is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 18 254 -
CMYK 0.29 0.93 0 0.00
HSL 281.44º 0.99% 0.53% -
HSV(B) 281.44º 0.93% 1% -
XYZ 37.16 17.41 95.17 -
YUV 93.64 218.5 190.31 -
System Red Green Blue C M Y K H S L
Decimal 181 18 254 0.29 0.93 0 0.00 281.44 0.99 0.53
Hex B5 12 FE 1D 5D 0 0 119 63 35
Octal 265 22 376 35 135 0 0 431 143 65
Binary 10110101 10010 11111110 11101 1011101 0 0 100011001 1100011 110101

Color Harmonies of #B512FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512FE

Black with #B512FE

Text Example


Text Example

White with #B512FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512FE; }

 p { color: rgb(181,18,254); }

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

background-color css

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

 a { background-color: rgb(181,18,254); }

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

border-color css

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

 span { border-color: rgb(181,18,254); }

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