Html Css Color HEX #B512EB Electric Purple

📋 copy color: '#B512EB'

red 181 ◦ green 18 ◦ blue 235

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

Shades of Electric Purple #B512EB

Tints of Electric Purple #B512EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 41.71%
G = 4.15%
B = 54.15%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B512EB (or 0xB512EB) is known color: Electric Purple. HEX triplet: B5, 12 and EB. RGB value is (181,18,235). Sum of RGB (Red+Green+Blue) = 181+18+235=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #B512EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B512EB is #4AED14. Grayscale: #5A5A5A. Windows color (decimal): -4910357 or 15405749. OLE color: 15405749.

HSL color Cylindrical-coordinate representation of color #B512EB: hue angle of 285.07º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B512EB is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 18 235 -
CMYK 0.23 0.92 0 0.08
HSL 285.07º 0.86% 0.5% -
HSV(B) 285.07º 0.92% 0.92% -
XYZ 34.27 16.25 79.93 -
YUV 91.48 209 191.86 -
System Red Green Blue C M Y K H S L
Decimal 181 18 235 0.23 0.92 0 0.08 285.07 0.86 0.5
Hex B5 12 EB 17 5C 0 8 11D 56 32
Octal 265 22 353 27 134 0 10 435 126 62
Binary 10110101 10010 11101011 10111 1011100 0 1000 100011101 1010110 110010

Color Harmonies of #B512EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512EB

Black with #B512EB

Text Example


Text Example

White with #B512EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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