Html Css Color HEX #B512FD Electric Purple

📋 copy color: '#B512FD'

red 181 ◦ green 18 ◦ blue 253

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

Shades of Electric Purple #B512FD

Tints of Electric Purple #B512FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.97%

R = 40.04%
G = 3.98%
B = 55.97%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B512FD (or 0xB512FD) is known color: Electric Purple. HEX triplet: B5, 12 and FD. RGB value is (181,18,253). Sum of RGB (Red+Green+Blue) = 181+18+253=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #B512FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B512FD is #4AED02. Grayscale: #5C5C5C. Windows color (decimal): -4910339 or 16585397. OLE color: 16585397.

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

Color convert

RGB 181 18 253 -
CMYK 0.28 0.93 0 0.01
HSL 281.62º 0.98% 0.53% -
HSV(B) 281.62º 0.93% 0.99% -
XYZ 37 17.35 94.33 -
YUV 93.53 218 190.39 -
System Red Green Blue C M Y K H S L
Decimal 181 18 253 0.28 0.93 0 0.01 281.62 0.98 0.53
Hex B5 12 FD 1C 5D 0 1 11A 62 35
Octal 265 22 375 34 135 0 1 432 142 65
Binary 10110101 10010 11111101 11100 1011101 0 1 100011010 1100010 110101

Color Harmonies of #B512FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512FD

Black with #B512FD

Text Example


Text Example

White with #B512FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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