Html Css Color HEX #B523EF Electric Purple

📋 copy color: '#B523EF'

red 181 ◦ green 35 ◦ blue 239

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

Shades of Electric Purple #B523EF

Tints of Electric Purple #B523EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 39.78%
G = 7.69%
B = 52.53%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B523EF (or 0xB523EF) is known color: Electric Purple. HEX triplet: B5, 23 and EF. RGB value is (181,35,239). Sum of RGB (Red+Green+Blue) = 181+35+239=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #B523EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B523EF is #4ADC10. Grayscale: #656565. Windows color (decimal): -4906001 or 15672245. OLE color: 15672245.

HSL color Cylindrical-coordinate representation of color #B523EF: hue angle of 282.94º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B523EF is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 35 239 -
CMYK 0.24 0.85 0 0.06
HSL 282.94º 0.86% 0.54% -
HSV(B) 282.94º 0.85% 0.94% -
XYZ 35.24 17.26 83.14 -
YUV 101.91 205.37 184.41 -
System Red Green Blue C M Y K H S L
Decimal 181 35 239 0.24 0.85 0 0.06 282.94 0.86 0.54
Hex B5 23 EF 18 55 0 6 11B 56 36
Octal 265 43 357 30 125 0 6 433 126 66
Binary 10110101 100011 11101111 11000 1010101 0 110 100011011 1010110 110110

Color Harmonies of #B523EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B523EF

Black with #B523EF

Text Example


Text Example

White with #B523EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B523EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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