Html Css Color HEX #B31CEB Electric Purple

📋 copy color: '#B31CEB'

red 179 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #B31CEB

Tints of Electric Purple #B31CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.17%

R = 40.5%
G = 6.33%
B = 53.17%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B31CEB (or 0xB31CEB) is known color: Electric Purple. HEX triplet: B3, 1C and EB. RGB value is (179,28,235). Sum of RGB (Red+Green+Blue) = 179+28+235=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #B31CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CEB is #4CE314. Grayscale: #606060. Windows color (decimal): -5038869 or 15408307. OLE color: 15408307.

HSL color Cylindrical-coordinate representation of color #B31CEB: hue angle of 283.77º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31CEB is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 28 235 -
CMYK 0.24 0.88 0 0.08
HSL 283.77º 0.84% 0.52% -
HSV(B) 283.77º 0.88% 0.92% -
XYZ 34 16.41 79.97 -
YUV 96.75 206.03 186.67 -
System Red Green Blue C M Y K H S L
Decimal 179 28 235 0.24 0.88 0 0.08 283.77 0.84 0.52
Hex B3 1C EB 18 58 0 8 11C 54 34
Octal 263 34 353 30 130 0 10 434 124 64
Binary 10110011 11100 11101011 11000 1011000 0 1000 100011100 1010100 110100

Color Harmonies of #B31CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CEB

Black with #B31CEB

Text Example


Text Example

White with #B31CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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