Html Css Color HEX #B027FE Electric Purple

📋 copy color: '#B027FE'

red 176 ◦ green 39 ◦ blue 254

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

Shades of Electric Purple #B027FE

Tints of Electric Purple #B027FE

RGB

 RED value IS 176 (69.14% from 255) = 37.53%

 GREEN value IS 39 (15.63% from 255) = 8.32%

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

R = 37.53%
G = 8.32%
B = 54.16%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B027FE (or 0xB027FE) is known color: Electric Purple. HEX triplet: B0, 27 and FE. RGB value is (176,39,254). Sum of RGB (Red+Green+Blue) = 176+39+254=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #B027FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B027FE is #4FD801. Grayscale: #676767. Windows color (decimal): -5232642 or 16656304. OLE color: 16656304.

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

Color convert

RGB 176 39 254 -
CMYK 0.31 0.85 0 0.00
HSL 278.23º 0.99% 0.57% -
HSV(B) 278.23º 0.85% 1% -
XYZ 36.52 17.84 95.28 -
YUV 104.47 212.39 179.02 -
System Red Green Blue C M Y K H S L
Decimal 176 39 254 0.31 0.85 0 0.00 278.23 0.99 0.57
Hex B0 27 FE 1F 55 0 0 116 63 39
Octal 260 47 376 37 125 0 0 426 143 71
Binary 10110000 100111 11111110 11111 1010101 0 0 100010110 1100011 111001

Color Harmonies of #B027FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B027FE

Black with #B027FE

Text Example


Text Example

White with #B027FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B027FE; }

 p { color: rgb(176,39,254); }

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

background-color css

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

 a { background-color: rgb(176,39,254); }

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

border-color css

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

 span { border-color: rgb(176,39,254); }

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