Html Css Color HEX #B512FB Electric Purple

📋 copy color: '#B512FB'

red 181 ◦ green 18 ◦ blue 251

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

Shades of Electric Purple #B512FB

Tints of Electric Purple #B512FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.78%

R = 40.22%
G = 4%
B = 55.78%

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

#B512FB (or 0xB512FB) is known color: Electric Purple. HEX triplet: B5, 12 and FB. RGB value is (181,18,251). Sum of RGB (Red+Green+Blue) = 181+18+251=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #B512FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B512FB is #4AED04. Grayscale: #5C5C5C. Windows color (decimal): -4910341 or 16454325. OLE color: 16454325.

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

Color convert

RGB 181 18 251 -
CMYK 0.28 0.93 0 0.02
HSL 281.97º 0.97% 0.53% -
HSV(B) 281.97º 0.93% 0.98% -
XYZ 36.68 17.22 92.66 -
YUV 93.3 217 190.55 -
System Red Green Blue C M Y K H S L
Decimal 181 18 251 0.28 0.93 0 0.02 281.97 0.97 0.53
Hex B5 12 FB 1C 5D 0 2 11A 61 35
Octal 265 22 373 34 135 0 2 432 141 65
Binary 10110101 10010 11111011 11100 1011101 0 10 100011010 1100001 110101

Color Harmonies of #B512FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512FB

Black with #B512FB

Text Example


Text Example

White with #B512FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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