Html Css Color HEX #B408FA Electric Purple

📋 copy color: '#B408FA'

red 180 ◦ green 8 ◦ blue 250

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

Shades of Electric Purple #B408FA

Tints of Electric Purple #B408FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 41.1%
G = 1.83%
B = 57.08%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B408FA (or 0xB408FA) is known color: Electric Purple. HEX triplet: B4, 08 and FA. RGB value is (180,8,250). Sum of RGB (Red+Green+Blue) = 180+8+250=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #B408FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B408FA is #4BF705. Grayscale: #565656. Windows color (decimal): -4978438 or 16386228. OLE color: 16386228.

HSL color Cylindrical-coordinate representation of color #B408FA: hue angle of 282.64º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B408FA is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 8 250 -
CMYK 0.28 0.97 0 0.02
HSL 282.64º 0.96% 0.51% -
HSV(B) 282.64º 0.97% 0.98% -
XYZ 36.16 16.78 91.78 -
YUV 87.02 219.98 194.32 -
System Red Green Blue C M Y K H S L
Decimal 180 8 250 0.28 0.97 0 0.02 282.64 0.96 0.51
Hex B4 8 FA 1C 61 0 2 11B 60 33
Octal 264 10 372 34 141 0 2 433 140 63
Binary 10110100 1000 11111010 11100 1100001 0 10 100011011 1100000 110011

Color Harmonies of #B408FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408FA

Black with #B408FA

Text Example


Text Example

White with #B408FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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