Html Css Color HEX #B005FE Electric Purple

📋 copy color: '#B005FE'

red 176 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #B005FE

Tints of Electric Purple #B005FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

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

R = 40.46%
G = 1.15%
B = 58.39%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B005FE (or 0xB005FE) is known color: Electric Purple. HEX triplet: B0, 05 and FE. RGB value is (176,5,254). Sum of RGB (Red+Green+Blue) = 176+5+254=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #B005FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B005FE is #4FFA01. Grayscale: #535353. Windows color (decimal): -5241346 or 16647600. OLE color: 16647600.

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

Color convert

RGB 176 5 254 -
CMYK 0.31 0.98 0 0.00
HSL 281.2º 0.99% 0.51% -
HSV(B) 281.2º 0.98% 1% -
XYZ 35.85 16.49 95.06 -
YUV 84.52 223.65 193.25 -
System Red Green Blue C M Y K H S L
Decimal 176 5 254 0.31 0.98 0 0.00 281.2 0.99 0.51
Hex B0 5 FE 1F 62 0 0 119 63 33
Octal 260 5 376 37 142 0 0 431 143 63
Binary 10110000 101 11111110 11111 1100010 0 0 100011001 1100011 110011

Color Harmonies of #B005FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005FE

Black with #B005FE

Text Example


Text Example

White with #B005FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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