Html Css Color HEX #B013FF Electric Purple

📋 copy color: '#B013FF'

red 176 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #B013FF

Tints of Electric Purple #B013FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 39.11%
G = 4.22%
B = 56.67%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B013FF (or 0xB013FF) is known color: Electric Purple. HEX triplet: B0, 13 and FF. RGB value is (176,19,255). Sum of RGB (Red+Green+Blue) = 176+19+255=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #B013FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B013FF is #4FEC00. Grayscale: #5C5C5C. Windows color (decimal): -5237761 or 16716720. OLE color: 16716720.

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

Color convert

RGB 176 19 255 -
CMYK 0.31 0.93 0 0
HSL 279.92º 1% 0.54% -
HSV(B) 279.92º 0.93% 1% -
XYZ 36.19 16.92 95.97 -
YUV 92.85 219.51 187.31 -
System Red Green Blue C M Y K H S L
Decimal 176 19 255 0.31 0.93 0 0 279.92 1 0.54
Hex B0 13 FF 1F 5D 0 0 118 64 36
Octal 260 23 377 37 135 0 0 430 144 66
Binary 10110000 10011 11111111 11111 1011101 0 0 100011000 1100100 110110

Color Harmonies of #B013FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013FF

Black with #B013FF

Text Example


Text Example

White with #B013FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013FF; }

 p { color: rgb(176,19,255); }

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

background-color css

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

 a { background-color: rgb(176,19,255); }

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

border-color css

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

 span { border-color: rgb(176,19,255); }

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