Html Css Color HEX #B015EF Electric Purple

📋 copy color: '#B015EF'

red 176 ◦ green 21 ◦ blue 239

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

Shades of Electric Purple #B015EF

Tints of Electric Purple #B015EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.82%

R = 40.37%
G = 4.82%
B = 54.82%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B015EF (or 0xB015EF) is known color: Electric Purple. HEX triplet: B0, 15 and EF. RGB value is (176,21,239). Sum of RGB (Red+Green+Blue) = 176+21+239=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #B015EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B015EF is #4FEA10. Grayscale: #5B5B5B. Windows color (decimal): -5237265 or 15668656. OLE color: 15668656.

HSL color Cylindrical-coordinate representation of color #B015EF: hue angle of 282.66º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B015EF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 21 239 -
CMYK 0.26 0.91 0 0.06
HSL 282.66º 0.87% 0.51% -
HSV(B) 282.66º 0.91% 0.94% -
XYZ 33.75 16 82.97 -
YUV 92.2 210.85 187.77 -
System Red Green Blue C M Y K H S L
Decimal 176 21 239 0.26 0.91 0 0.06 282.66 0.87 0.51
Hex B0 15 EF 1A 5B 0 6 11B 57 33
Octal 260 25 357 32 133 0 6 433 127 63
Binary 10110000 10101 11101111 11010 1011011 0 110 100011011 1010111 110011

Color Harmonies of #B015EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B015EF

Black with #B015EF

Text Example


Text Example

White with #B015EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B015EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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