Html Css Color HEX #B523FF Electric Purple

📋 copy color: '#B523FF'

red 181 ◦ green 35 ◦ blue 255

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

Shades of Electric Purple #B523FF

Tints of Electric Purple #B523FF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.43%

 BLUE value IS 255 (100% from 255) = 54.14%

R = 38.43%
G = 7.43%
B = 54.14%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B523FF (or 0xB523FF) is known color: Electric Purple. HEX triplet: B5, 23 and FF. RGB value is (181,35,255). Sum of RGB (Red+Green+Blue) = 181+35+255=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 35 (14.06% from 255 or 7.43% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #B523FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B523FF is #4ADC00. Grayscale: #666666. Windows color (decimal): -4905985 or 16720821. OLE color: 16720821.

HSL color Cylindrical-coordinate representation of color #B523FF: hue angle of 279.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B523FF is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 35 255 -
CMYK 0.29 0.86 0 0
HSL 279.82º 1% 0.57% -
HSV(B) 279.82º 0.86% 1% -
XYZ 37.71 18.25 96.14 -
YUV 103.73 213.37 183.11 -
System Red Green Blue C M Y K H S L
Decimal 181 35 255 0.29 0.86 0 0 279.82 1 0.57
Hex B5 23 FF 1D 56 0 0 118 64 39
Octal 265 43 377 35 126 0 0 430 144 71
Binary 10110101 100011 11111111 11101 1010110 0 0 100011000 1100100 111001

Color Harmonies of #B523FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B523FF

Black with #B523FF

Text Example


Text Example

White with #B523FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B523FF; }

 p { color: rgb(181,35,255); }

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

background-color css

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

 a { background-color: rgb(181,35,255); }

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

border-color css

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

 span { border-color: rgb(181,35,255); }

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