Html Css Color HEX #B218FA Electric Purple

📋 copy color: '#B218FA'

red 178 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #B218FA

Tints of Electric Purple #B218FA

RGB

 RED value IS 178 (69.92% from 255) = 39.38%

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

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

R = 39.38%
G = 5.31%
B = 55.31%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B218FA (or 0xB218FA) is known color: Electric Purple. HEX triplet: B2, 18 and FA. RGB value is (178,24,250). Sum of RGB (Red+Green+Blue) = 178+24+250=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #B218FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B218FA is #4DE705. Grayscale: #5F5F5F. Windows color (decimal): -5105414 or 16390322. OLE color: 16390322.

HSL color Cylindrical-coordinate representation of color #B218FA: hue angle of 280.88º 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 #B218FA is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 24 250 -
CMYK 0.29 0.90 0 0.02
HSL 280.88º 0.96% 0.54% -
HSV(B) 280.88º 0.9% 0.98% -
XYZ 35.94 17.02 91.83 -
YUV 95.81 215.02 186.62 -
System Red Green Blue C M Y K H S L
Decimal 178 24 250 0.29 0.90 0 0.02 280.88 0.96 0.54
Hex B2 18 FA 1D 5A 0 2 119 60 36
Octal 262 30 372 35 132 0 2 431 140 66
Binary 10110010 11000 11111010 11101 1011010 0 10 100011001 1100000 110110

Color Harmonies of #B218FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218FA

Black with #B218FA

Text Example


Text Example

White with #B218FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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