Html Css Color HEX #B219FE Electric Purple

📋 copy color: '#B219FE'

red 178 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #B219FE

Tints of Electric Purple #B219FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.47%

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

R = 38.95%
G = 5.47%
B = 55.58%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B219FE (or 0xB219FE) is known color: Electric Purple. HEX triplet: B2, 19 and FE. RGB value is (178,25,254). Sum of RGB (Red+Green+Blue) = 178+25+254=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #B219FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B219FE is #4DE601. Grayscale: #606060. Windows color (decimal): -5105154 or 16652722. OLE color: 16652722.

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

Color convert

RGB 178 25 254 -
CMYK 0.30 0.90 0 0.00
HSL 280.09º 0.99% 0.55% -
HSV(B) 280.09º 0.9% 1% -
XYZ 36.6 17.32 95.18 -
YUV 96.85 216.69 185.88 -
System Red Green Blue C M Y K H S L
Decimal 178 25 254 0.30 0.90 0 0.00 280.09 0.99 0.55
Hex B2 19 FE 1E 5A 0 0 118 63 37
Octal 262 31 376 36 132 0 0 430 143 67
Binary 10110010 11001 11111110 11110 1011010 0 0 100011000 1100011 110111

Color Harmonies of #B219FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219FE

Black with #B219FE

Text Example


Text Example

White with #B219FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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