Html Css Color HEX #B529FD Electric Purple

📋 copy color: '#B529FD'

red 181 ◦ green 41 ◦ blue 253

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

Shades of Electric Purple #B529FD

Tints of Electric Purple #B529FD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.63%

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 38.11%
G = 8.63%
B = 53.26%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B529FD (or 0xB529FD) is known color: Electric Purple. HEX triplet: B5, 29 and FD. RGB value is (181,41,253). Sum of RGB (Red+Green+Blue) = 181+41+253=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #B529FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B529FD is #4AD602. Grayscale: #6A6A6A. Windows color (decimal): -4904451 or 16591285. OLE color: 16591285.

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

Color convert

RGB 181 41 253 -
CMYK 0.28 0.84 0 0.01
HSL 279.62º 0.98% 0.58% -
HSV(B) 279.62º 0.84% 0.99% -
XYZ 37.58 18.5 94.52 -
YUV 107.03 210.38 180.76 -
System Red Green Blue C M Y K H S L
Decimal 181 41 253 0.28 0.84 0 0.01 279.62 0.98 0.58
Hex B5 29 FD 1C 54 0 1 118 62 3A
Octal 265 51 375 34 124 0 1 430 142 72
Binary 10110101 101001 11111101 11100 1010100 0 1 100011000 1100010 111010

Color Harmonies of #B529FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529FD

Black with #B529FD

Text Example


Text Example

White with #B529FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529FD; }

 p { color: rgb(181,41,253); }

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

background-color css

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

 a { background-color: rgb(181,41,253); }

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

border-color css

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

 span { border-color: rgb(181,41,253); }

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