Html Css Color HEX #B418FA Electric Purple

📋 copy color: '#B418FA'

red 180 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #B418FA

Tints of Electric Purple #B418FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.29%

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

R = 39.65%
G = 5.29%
B = 55.07%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B418FA (or 0xB418FA) is known color: Electric Purple. HEX triplet: B4, 18 and FA. RGB value is (180,24,250). Sum of RGB (Red+Green+Blue) = 180+24+250=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #B418FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B418FA is #4BE705. Grayscale: #5F5F5F. Windows color (decimal): -4974342 or 16390324. OLE color: 16390324.

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

Color convert

RGB 180 24 250 -
CMYK 0.28 0.90 0 0.02
HSL 281.42º 0.96% 0.54% -
HSV(B) 281.42º 0.9% 0.98% -
XYZ 36.4 17.26 91.86 -
YUV 96.41 214.68 187.62 -
System Red Green Blue C M Y K H S L
Decimal 180 24 250 0.28 0.90 0 0.02 281.42 0.96 0.54
Hex B4 18 FA 1C 5A 0 2 119 60 36
Octal 264 30 372 34 132 0 2 431 140 66
Binary 10110100 11000 11111010 11100 1011010 0 10 100011001 1100000 110110

Color Harmonies of #B418FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B418FA

Black with #B418FA

Text Example


Text Example

White with #B418FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B418FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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