Html Css Color HEX #B015EE Electric Purple

📋 copy color: '#B015EE'

red 176 ◦ green 21 ◦ blue 238

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

Shades of Electric Purple #B015EE

Tints of Electric Purple #B015EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.71%

R = 40.46%
G = 4.83%
B = 54.71%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B015EE (or 0xB015EE) is known color: Electric Purple. HEX triplet: B0, 15 and EE. RGB value is (176,21,238). Sum of RGB (Red+Green+Blue) = 176+21+238=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #B015EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B015EE is #4FEA11. Grayscale: #5B5B5B. Windows color (decimal): -5237266 or 15603120. OLE color: 15603120.

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

Color convert

RGB 176 21 238 -
CMYK 0.26 0.91 0 0.07
HSL 282.86º 0.86% 0.51% -
HSV(B) 282.86º 0.91% 0.93% -
XYZ 33.61 15.94 82.19 -
YUV 92.08 210.35 187.86 -
System Red Green Blue C M Y K H S L
Decimal 176 21 238 0.26 0.91 0 0.07 282.86 0.86 0.51
Hex B0 15 EE 1A 5B 0 7 11B 56 33
Octal 260 25 356 32 133 0 7 433 126 63
Binary 10110000 10101 11101110 11010 1011011 0 111 100011011 1010110 110011

Color Harmonies of #B015EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B015EE

Black with #B015EE

Text Example


Text Example

White with #B015EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B015EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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