Html Css Color HEX #B31BEC Electric Purple

📋 copy color: '#B31BEC'

red 179 ◦ green 27 ◦ blue 236

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

Shades of Electric Purple #B31BEC

Tints of Electric Purple #B31BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.39%

R = 40.5%
G = 6.11%
B = 53.39%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B31BEC (or 0xB31BEC) is known color: Electric Purple. HEX triplet: B3, 1B and EC. RGB value is (179,27,236). Sum of RGB (Red+Green+Blue) = 179+27+236=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #B31BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31BEC is #4CE413. Grayscale: #5F5F5F. Windows color (decimal): -5039124 or 15473587. OLE color: 15473587.

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

Color convert

RGB 179 27 236 -
CMYK 0.24 0.89 0 0.07
HSL 283.64º 0.85% 0.52% -
HSV(B) 283.64º 0.89% 0.93% -
XYZ 34.12 16.42 80.73 -
YUV 96.27 206.86 187.01 -
System Red Green Blue C M Y K H S L
Decimal 179 27 236 0.24 0.89 0 0.07 283.64 0.85 0.52
Hex B3 1B EC 18 59 0 7 11C 55 34
Octal 263 33 354 30 131 0 7 434 125 64
Binary 10110011 11011 11101100 11000 1011001 0 111 100011100 1010101 110100

Color Harmonies of #B31BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BEC

Black with #B31BEC

Text Example


Text Example

White with #B31BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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