Html Css Color HEX #B408ED Electric Purple

📋 copy color: '#B408ED'

red 180 ◦ green 8 ◦ blue 237

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

Shades of Electric Purple #B408ED

Tints of Electric Purple #B408ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.76%

R = 42.35%
G = 1.88%
B = 55.76%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B408ED (or 0xB408ED) is known color: Electric Purple. HEX triplet: B4, 08 and ED. RGB value is (180,8,237). Sum of RGB (Red+Green+Blue) = 180+8+237=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #B408ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B408ED is #4BF712. Grayscale: #545454. Windows color (decimal): -4978451 or 15534260. OLE color: 15534260.

HSL color Cylindrical-coordinate representation of color #B408ED: hue angle of 285.07º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B408ED is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 8 237 -
CMYK 0.24 0.97 0 0.07
HSL 285.07º 0.93% 0.48% -
HSV(B) 285.07º 0.97% 0.93% -
XYZ 34.2 15.99 81.41 -
YUV 85.53 213.48 195.38 -
System Red Green Blue C M Y K H S L
Decimal 180 8 237 0.24 0.97 0 0.07 285.07 0.93 0.48
Hex B4 8 ED 18 61 0 7 11D 5D 30
Octal 264 10 355 30 141 0 7 435 135 60
Binary 10110100 1000 11101101 11000 1100001 0 111 100011101 1011101 110000

Color Harmonies of #B408ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408ED

Black with #B408ED

Text Example


Text Example

White with #B408ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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