Html Css Color HEX #B528FA Electric Purple

📋 copy color: '#B528FA'

red 181 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #B528FA

Tints of Electric Purple #B528FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.49%

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

R = 38.43%
G = 8.49%
B = 53.08%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B528FA (or 0xB528FA) is known color: Electric Purple. HEX triplet: B5, 28 and FA. RGB value is (181,40,250). Sum of RGB (Red+Green+Blue) = 181+40+250=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #B528FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B528FA is #4AD705. Grayscale: #696969. Windows color (decimal): -4904710 or 16394421. OLE color: 16394421.

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

Color convert

RGB 181 40 250 -
CMYK 0.28 0.84 0 0.02
HSL 280.29º 0.95% 0.57% -
HSV(B) 280.29º 0.84% 0.98% -
XYZ 37.07 18.24 92.01 -
YUV 106.1 209.21 181.42 -
System Red Green Blue C M Y K H S L
Decimal 181 40 250 0.28 0.84 0 0.02 280.29 0.95 0.57
Hex B5 28 FA 1C 54 0 2 118 5F 39
Octal 265 50 372 34 124 0 2 430 137 71
Binary 10110101 101000 11111010 11100 1010100 0 10 100011000 1011111 111001

Color Harmonies of #B528FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B528FA

Black with #B528FA

Text Example


Text Example

White with #B528FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B528FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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