Html Css Color HEX #B015FF Electric Purple

📋 copy color: '#B015FF'

red 176 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #B015FF

Tints of Electric Purple #B015FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.65%

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

R = 38.94%
G = 4.65%
B = 56.42%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B015FF (or 0xB015FF) is known color: Electric Purple. HEX triplet: B0, 15 and FF. RGB value is (176,21,255). Sum of RGB (Red+Green+Blue) = 176+21+255=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #B015FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B015FF is #4FEA00. Grayscale: #5D5D5D. Windows color (decimal): -5237249 or 16717232. OLE color: 16717232.

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

Color convert

RGB 176 21 255 -
CMYK 0.31 0.92 0 0
HSL 279.74º 1% 0.54% -
HSV(B) 279.74º 0.92% 1% -
XYZ 36.22 16.99 95.98 -
YUV 94.02 218.85 186.47 -
System Red Green Blue C M Y K H S L
Decimal 176 21 255 0.31 0.92 0 0 279.74 1 0.54
Hex B0 15 FF 1F 5C 0 0 118 64 36
Octal 260 25 377 37 134 0 0 430 144 66
Binary 10110000 10101 11111111 11111 1011100 0 0 100011000 1100100 110110

Color Harmonies of #B015FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B015FF

Black with #B015FF

Text Example


Text Example

White with #B015FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B015FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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