Html Css Color HEX #B31DEE Electric Purple

📋 copy color: '#B31DEE'

red 179 ◦ green 29 ◦ blue 238

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

Shades of Electric Purple #B31DEE

Tints of Electric Purple #B31DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.5%

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

R = 40.13%
G = 6.5%
B = 53.36%

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

#B31DEE (or 0xB31DEE) is known color: Electric Purple. HEX triplet: B3, 1D and EE. RGB value is (179,29,238). Sum of RGB (Red+Green+Blue) = 179+29+238=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #B31DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31DEE is #4CE211. Grayscale: #606060. Windows color (decimal): -5038610 or 15605171. OLE color: 15605171.

HSL color Cylindrical-coordinate representation of color #B31DEE: hue angle of 283.06º 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 #B31DEE is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 29 238 -
CMYK 0.25 0.88 0 0.07
HSL 283.06º 0.86% 0.52% -
HSV(B) 283.06º 0.88% 0.93% -
XYZ 34.46 16.64 82.28 -
YUV 97.68 207.2 186.01 -
System Red Green Blue C M Y K H S L
Decimal 179 29 238 0.25 0.88 0 0.07 283.06 0.86 0.52
Hex B3 1D EE 19 58 0 7 11B 56 34
Octal 263 35 356 31 130 0 7 433 126 64
Binary 10110011 11101 11101110 11001 1011000 0 111 100011011 1010110 110100

Color Harmonies of #B31DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31DEE

Black with #B31DEE

Text Example


Text Example

White with #B31DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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