Html Css Color HEX #B526FA Electric Purple

📋 copy color: '#B526FA'

red 181 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #B526FA

Tints of Electric Purple #B526FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.1%

 BLUE value IS 250 (98.05% from 255) = 53.3%

R = 38.59%
G = 8.1%
B = 53.3%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B526FA (or 0xB526FA) is known color: Electric Purple. HEX triplet: B5, 26 and FA. RGB value is (181,38,250). Sum of RGB (Red+Green+Blue) = 181+38+250=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #B526FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B526FA is #4AD905. Grayscale: #686868. Windows color (decimal): -4905222 or 16393909. OLE color: 16393909.

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

Color convert

RGB 181 38 250 -
CMYK 0.28 0.85 0 0.02
HSL 280.47º 0.95% 0.56% -
HSV(B) 280.47º 0.85% 0.98% -
XYZ 37 18.11 91.99 -
YUV 104.93 209.88 182.26 -
System Red Green Blue C M Y K H S L
Decimal 181 38 250 0.28 0.85 0 0.02 280.47 0.95 0.56
Hex B5 26 FA 1C 55 0 2 118 5F 38
Octal 265 46 372 34 125 0 2 430 137 70
Binary 10110101 100110 11111010 11100 1010101 0 10 100011000 1011111 111000

Color Harmonies of #B526FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526FA

Black with #B526FA

Text Example


Text Example

White with #B526FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526FA; }

 p { color: rgb(181,38,250); }

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

background-color css

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

 a { background-color: rgb(181,38,250); }

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

border-color css

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

 span { border-color: rgb(181,38,250); }

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