Html Css Color HEX #B31CEE Electric Purple

📋 copy color: '#B31CEE'

red 179 ◦ green 28 ◦ blue 238

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

Shades of Electric Purple #B31CEE

Tints of Electric Purple #B31CEE

RGB

 RED value IS 179 (70.31% from 255) = 40.22%

 GREEN value IS 28 (11.33% from 255) = 6.29%

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

R = 40.22%
G = 6.29%
B = 53.48%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B31CEE (or 0xB31CEE) is known color: Electric Purple. HEX triplet: B3, 1C and EE. RGB value is (179,28,238). Sum of RGB (Red+Green+Blue) = 179+28+238=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #B31CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CEE is #4CE311. Grayscale: #606060. Windows color (decimal): -5038866 or 15604915. OLE color: 15604915.

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

Color convert

RGB 179 28 238 -
CMYK 0.25 0.88 0 0.07
HSL 283.14º 0.86% 0.52% -
HSV(B) 283.14º 0.88% 0.93% -
XYZ 34.44 16.59 82.28 -
YUV 97.09 207.53 186.42 -
System Red Green Blue C M Y K H S L
Decimal 179 28 238 0.25 0.88 0 0.07 283.14 0.86 0.52
Hex B3 1C EE 19 58 0 7 11B 56 34
Octal 263 34 356 31 130 0 7 433 126 64
Binary 10110011 11100 11101110 11001 1011000 0 111 100011011 1010110 110100

Color Harmonies of #B31CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CEE

Black with #B31CEE

Text Example


Text Example

White with #B31CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CEE; }

 p { color: rgb(179,28,238); }

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

background-color css

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

 a { background-color: rgb(179,28,238); }

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

border-color css

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

 span { border-color: rgb(179,28,238); }

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