Html Css Color HEX #B408EA Electric Purple

📋 copy color: '#B408EA'

red 180 ◦ green 8 ◦ blue 234

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

Shades of Electric Purple #B408EA

Tints of Electric Purple #B408EA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.9%

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

R = 42.65%
G = 1.9%
B = 55.45%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B408EA (or 0xB408EA) is known color: Electric Purple. HEX triplet: B4, 08 and EA. RGB value is (180,8,234). Sum of RGB (Red+Green+Blue) = 180+8+234=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #B408EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B408EA is #4BF715. Grayscale: #545454. Windows color (decimal): -4978454 or 15337652. OLE color: 15337652.

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

Color convert

RGB 180 8 234 -
CMYK 0.23 0.97 0 0.08
HSL 285.66º 0.93% 0.47% -
HSV(B) 285.66º 0.97% 0.92% -
XYZ 33.76 15.82 79.12 -
YUV 85.19 211.98 195.62 -
System Red Green Blue C M Y K H S L
Decimal 180 8 234 0.23 0.97 0 0.08 285.66 0.93 0.47
Hex B4 8 EA 17 61 0 8 11E 5D 2F
Octal 264 10 352 27 141 0 10 436 135 57
Binary 10110100 1000 11101010 10111 1100001 0 1000 100011110 1011101 101111

Color Harmonies of #B408EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408EA

Black with #B408EA

Text Example


Text Example

White with #B408EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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