Html Css Color HEX #B512F6 Electric Purple

📋 copy color: '#B512F6'

red 181 ◦ green 18 ◦ blue 246

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

Shades of Electric Purple #B512F6

Tints of Electric Purple #B512F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.28%

R = 40.67%
G = 4.04%
B = 55.28%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B512F6 (or 0xB512F6) is known color: Electric Purple. HEX triplet: B5, 12 and F6. RGB value is (181,18,246). Sum of RGB (Red+Green+Blue) = 181+18+246=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 246 (96.48% from 255 or 55.28% from 445); Max value from RGB is 246 - color contains mainly: blue. Hex color #B512F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B512F6 is #4AED09. Grayscale: #5B5B5B. Windows color (decimal): -4910346 or 16126645. OLE color: 16126645.

HSL color Cylindrical-coordinate representation of color #B512F6: hue angle of 282.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B512F6 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 18 246 -
CMYK 0.26 0.93 0 0.04
HSL 282.89º 0.93% 0.52% -
HSV(B) 282.89º 0.93% 0.96% -
XYZ 35.91 16.91 88.56 -
YUV 92.73 214.5 190.96 -
System Red Green Blue C M Y K H S L
Decimal 181 18 246 0.26 0.93 0 0.04 282.89 0.93 0.52
Hex B5 12 F6 1A 5D 0 4 11B 5D 34
Octal 265 22 366 32 135 0 4 433 135 64
Binary 10110101 10010 11110110 11010 1011101 0 100 100011011 1011101 110100

Color Harmonies of #B512F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512F6

Black with #B512F6

Text Example


Text Example

White with #B512F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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