Html Css Color HEX #B31BEB Electric Purple

📋 copy color: '#B31BEB'

red 179 ◦ green 27 ◦ blue 235

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

Shades of Electric Purple #B31BEB

Tints of Electric Purple #B31BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.12%

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

R = 40.59%
G = 6.12%
B = 53.29%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B31BEB (or 0xB31BEB) is known color: Electric Purple. HEX triplet: B3, 1B and EB. RGB value is (179,27,235). Sum of RGB (Red+Green+Blue) = 179+27+235=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #B31BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31BEB is #4CE414. Grayscale: #5F5F5F. Windows color (decimal): -5039125 or 15408051. OLE color: 15408051.

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

Color convert

RGB 179 27 235 -
CMYK 0.24 0.89 0 0.08
HSL 283.85º 0.84% 0.51% -
HSV(B) 283.85º 0.89% 0.92% -
XYZ 33.98 16.37 79.97 -
YUV 96.16 206.36 187.09 -
System Red Green Blue C M Y K H S L
Decimal 179 27 235 0.24 0.89 0 0.08 283.85 0.84 0.51
Hex B3 1B EB 18 59 0 8 11C 54 33
Octal 263 33 353 30 131 0 10 434 124 63
Binary 10110011 11011 11101011 11000 1011001 0 1000 100011100 1010100 110011

Color Harmonies of #B31BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BEB

Black with #B31BEB

Text Example


Text Example

White with #B31BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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