Html Css Color HEX #B213FE Electric Purple

📋 copy color: '#B213FE'

red 178 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #B213FE

Tints of Electric Purple #B213FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.21%

 BLUE value IS 254 (99.61% from 255) = 56.32%

R = 39.47%
G = 4.21%
B = 56.32%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B213FE (or 0xB213FE) is known color: Electric Purple. HEX triplet: B2, 13 and FE. RGB value is (178,19,254). Sum of RGB (Red+Green+Blue) = 178+19+254=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #B213FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B213FE is #4DEC01. Grayscale: #5C5C5C. Windows color (decimal): -5106690 or 16651186. OLE color: 16651186.

HSL color Cylindrical-coordinate representation of color #B213FE: hue angle of 280.6º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B213FE is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 19 254 -
CMYK 0.30 0.93 0 0.00
HSL 280.6º 0.99% 0.54% -
HSV(B) 280.6º 0.93% 1% -
XYZ 36.48 17.09 95.14 -
YUV 93.33 218.68 188.39 -
System Red Green Blue C M Y K H S L
Decimal 178 19 254 0.30 0.93 0 0.00 280.6 0.99 0.54
Hex B2 13 FE 1E 5D 0 0 119 63 36
Octal 262 23 376 36 135 0 0 431 143 66
Binary 10110010 10011 11111110 11110 1011101 0 0 100011001 1100011 110110

Color Harmonies of #B213FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213FE

Black with #B213FE

Text Example


Text Example

White with #B213FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213FE; }

 p { color: rgb(178,19,254); }

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

background-color css

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

 a { background-color: rgb(178,19,254); }

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

border-color css

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

 span { border-color: rgb(178,19,254); }

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