Html Css Color HEX #B217FE Electric Purple

📋 copy color: '#B217FE'

red 178 ◦ green 23 ◦ blue 254

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

Shades of Electric Purple #B217FE

Tints of Electric Purple #B217FE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.05%

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

R = 39.12%
G = 5.05%
B = 55.82%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B217FE (or 0xB217FE) is known color: Electric Purple. HEX triplet: B2, 17 and FE. RGB value is (178,23,254). Sum of RGB (Red+Green+Blue) = 178+23+254=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 23 (9.38% from 255 or 5.05% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #B217FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B217FE is #4DE801. Grayscale: #5E5E5E. Windows color (decimal): -5105666 or 16652210. OLE color: 16652210.

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

Color convert

RGB 178 23 254 -
CMYK 0.30 0.91 0 0.00
HSL 280.26º 0.99% 0.54% -
HSV(B) 280.26º 0.91% 1% -
XYZ 36.56 17.23 95.17 -
YUV 95.68 217.35 186.72 -
System Red Green Blue C M Y K H S L
Decimal 178 23 254 0.30 0.91 0 0.00 280.26 0.99 0.54
Hex B2 17 FE 1E 5B 0 0 118 63 36
Octal 262 27 376 36 133 0 0 430 143 66
Binary 10110010 10111 11111110 11110 1011011 0 0 100011000 1100011 110110

Color Harmonies of #B217FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B217FE

Black with #B217FE

Text Example


Text Example

White with #B217FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B217FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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