Html Css Color HEX #B529FC Electric Purple

📋 copy color: '#B529FC'

red 181 ◦ green 41 ◦ blue 252

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

Shades of Electric Purple #B529FC

Tints of Electric Purple #B529FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.16%

R = 38.19%
G = 8.65%
B = 53.16%

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

#B529FC (or 0xB529FC) is known color: Electric Purple. HEX triplet: B5, 29 and FC. RGB value is (181,41,252). Sum of RGB (Red+Green+Blue) = 181+41+252=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #B529FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B529FC is #4AD603. Grayscale: #6A6A6A. Windows color (decimal): -4904452 or 16525749. OLE color: 16525749.

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

Color convert

RGB 181 41 252 -
CMYK 0.28 0.84 0 0.01
HSL 279.81º 0.97% 0.57% -
HSV(B) 279.81º 0.84% 0.99% -
XYZ 37.42 18.44 93.68 -
YUV 106.91 209.88 180.84 -
System Red Green Blue C M Y K H S L
Decimal 181 41 252 0.28 0.84 0 0.01 279.81 0.97 0.57
Hex B5 29 FC 1C 54 0 1 118 61 39
Octal 265 51 374 34 124 0 1 430 141 71
Binary 10110101 101001 11111100 11100 1010100 0 1 100011000 1100001 111001

Color Harmonies of #B529FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529FC

Black with #B529FC

Text Example


Text Example

White with #B529FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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