Html Css Color HEX #B408E5 Electric Purple

📋 copy color: '#B408E5'

red 180 ◦ green 8 ◦ blue 229

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

Shades of Electric Purple #B408E5

Tints of Electric Purple #B408E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.92%

R = 43.17%
G = 1.92%
B = 54.92%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B408E5 (or 0xB408E5) is known color: Electric Purple. HEX triplet: B4, 08 and E5. RGB value is (180,8,229). Sum of RGB (Red+Green+Blue) = 180+8+229=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #B408E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408E5 is #4BF71A. Grayscale: #535353. Windows color (decimal): -4978459 or 15009972. OLE color: 15009972.

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

Color convert

RGB 180 8 229 -
CMYK 0.21 0.97 0 0.10
HSL 286.7º 0.93% 0.46% -
HSV(B) 286.7º 0.97% 0.9% -
XYZ 33.05 15.53 75.39 -
YUV 84.62 209.48 196.03 -
System Red Green Blue C M Y K H S L
Decimal 180 8 229 0.21 0.97 0 0.10 286.7 0.93 0.46
Hex B4 8 E5 15 61 0 A 11F 5D 2E
Octal 264 10 345 25 141 0 12 437 135 56
Binary 10110100 1000 11100101 10101 1100001 0 1010 100011111 1011101 101110

Color Harmonies of #B408E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408E5

Black with #B408E5

Text Example


Text Example

White with #B408E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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