Html Css Color HEX #B408FF Electric Purple

📋 copy color: '#B408FF'

red 180 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #B408FF

Tints of Electric Purple #B408FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.56%

R = 40.63%
G = 1.81%
B = 57.56%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B408FF (or 0xB408FF) is known color: Electric Purple. HEX triplet: B4, 08 and FF. RGB value is (180,8,255). Sum of RGB (Red+Green+Blue) = 180+8+255=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #B408FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B408FF is #4BF700. Grayscale: #565656. Windows color (decimal): -4978433 or 16713908. OLE color: 16713908.

HSL color Cylindrical-coordinate representation of color #B408FF: hue angle of 281.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B408FF is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 8 255 -
CMYK 0.29 0.97 0 0
HSL 281.78º 1% 0.52% -
HSV(B) 281.78º 0.97% 1% -
XYZ 36.96 17.1 95.96 -
YUV 87.59 222.48 193.92 -
System Red Green Blue C M Y K H S L
Decimal 180 8 255 0.29 0.97 0 0 281.78 1 0.52
Hex B4 8 FF 1D 61 0 0 11A 64 34
Octal 264 10 377 35 141 0 0 432 144 64
Binary 10110100 1000 11111111 11101 1100001 0 0 100011010 1100100 110100

Color Harmonies of #B408FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408FF

Black with #B408FF

Text Example


Text Example

White with #B408FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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