Html Css Color HEX #B520F7 Electric Purple

📋 copy color: '#B520F7'

red 181 ◦ green 32 ◦ blue 247

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

Shades of Electric Purple #B520F7

Tints of Electric Purple #B520F7

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.96%

 BLUE value IS 247 (96.88% from 255) = 53.7%

R = 39.35%
G = 6.96%
B = 53.7%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B520F7 (or 0xB520F7) is known color: Electric Purple. HEX triplet: B5, 20 and F7. RGB value is (181,32,247). Sum of RGB (Red+Green+Blue) = 181+32+247=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #B520F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B520F7 is #4ADF08. Grayscale: #646464. Windows color (decimal): -4906761 or 16195765. OLE color: 16195765.

HSL color Cylindrical-coordinate representation of color #B520F7: hue angle of 281.58º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B520F7 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 32 247 -
CMYK 0.27 0.87 0 0.03
HSL 281.58º 0.93% 0.55% -
HSV(B) 281.58º 0.87% 0.97% -
XYZ 36.36 17.57 89.47 -
YUV 101.06 210.36 185.02 -
System Red Green Blue C M Y K H S L
Decimal 181 32 247 0.27 0.87 0 0.03 281.58 0.93 0.55
Hex B5 20 F7 1B 57 0 3 11A 5D 37
Octal 265 40 367 33 127 0 3 432 135 67
Binary 10110101 100000 11110111 11011 1010111 0 11 100011010 1011101 110111

Color Harmonies of #B520F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520F7

Black with #B520F7

Text Example


Text Example

White with #B520F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520F7; }

 p { color: rgb(181,32,247); }

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

background-color css

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

 a { background-color: rgb(181,32,247); }

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

border-color css

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

 span { border-color: rgb(181,32,247); }

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