Html Css Color HEX #B423EA Electric Purple

📋 copy color: '#B423EA'

red 180 ◦ green 35 ◦ blue 234

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

Shades of Electric Purple #B423EA

Tints of Electric Purple #B423EA

RGB

 RED value IS 180 (70.7% from 255) = 40.09%

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

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 40.09%
G = 7.8%
B = 52.12%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B423EA (or 0xB423EA) is known color: Electric Purple. HEX triplet: B4, 23 and EA. RGB value is (180,35,234). Sum of RGB (Red+Green+Blue) = 180+35+234=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #B423EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B423EA is #4BDC15. Grayscale: #646464. Windows color (decimal): -4971542 or 15344564. OLE color: 15344564.

HSL color Cylindrical-coordinate representation of color #B423EA: hue angle of 283.72º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B423EA is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 35 234 -
CMYK 0.23 0.85 0 0.08
HSL 283.72º 0.83% 0.53% -
HSV(B) 283.72º 0.85% 0.92% -
XYZ 34.27 16.85 79.29 -
YUV 101.04 203.04 184.32 -
System Red Green Blue C M Y K H S L
Decimal 180 35 234 0.23 0.85 0 0.08 283.72 0.83 0.53
Hex B4 23 EA 17 55 0 8 11C 53 35
Octal 264 43 352 27 125 0 10 434 123 65
Binary 10110100 100011 11101010 10111 1010101 0 1000 100011100 1010011 110101

Color Harmonies of #B423EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423EA

Black with #B423EA

Text Example


Text Example

White with #B423EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423EA; }

 p { color: rgb(180,35,234); }

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

background-color css

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

 a { background-color: rgb(180,35,234); }

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

border-color css

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

 span { border-color: rgb(180,35,234); }

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