Html Css Color HEX #B408E6 Electric Purple

📋 copy color: '#B408E6'

red 180 ◦ green 8 ◦ blue 230

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

Shades of Electric Purple #B408E6

Tints of Electric Purple #B408E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.02%

R = 43.06%
G = 1.91%
B = 55.02%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B408E6 (or 0xB408E6) is known color: Electric Purple. HEX triplet: B4, 08 and E6. RGB value is (180,8,230). Sum of RGB (Red+Green+Blue) = 180+8+230=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 230 (90.23% from 255 or 55.02% from 418); Max value from RGB is 230 - color contains mainly: blue. Hex color #B408E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B408E6 is #4BF719. Grayscale: #545454. Windows color (decimal): -4978458 or 15075508. OLE color: 15075508.

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

Color convert

RGB 180 8 230 -
CMYK 0.22 0.97 0 0.10
HSL 286.49º 0.93% 0.47% -
HSV(B) 286.49º 0.97% 0.9% -
XYZ 33.19 15.59 76.12 -
YUV 84.74 209.98 195.95 -
System Red Green Blue C M Y K H S L
Decimal 180 8 230 0.22 0.97 0 0.10 286.49 0.93 0.47
Hex B4 8 E6 16 61 0 A 11E 5D 2F
Octal 264 10 346 26 141 0 12 436 135 57
Binary 10110100 1000 11100110 10110 1100001 0 1010 100011110 1011101 101111

Color Harmonies of #B408E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408E6

Black with #B408E6

Text Example


Text Example

White with #B408E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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