Html Css Color HEX #B31CEF Electric Purple

📋 copy color: '#B31CEF'

red 179 ◦ green 28 ◦ blue 239

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

Shades of Electric Purple #B31CEF

Tints of Electric Purple #B31CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.59%

R = 40.13%
G = 6.28%
B = 53.59%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B31CEF (or 0xB31CEF) is known color: Electric Purple. HEX triplet: B3, 1C and EF. RGB value is (179,28,239). Sum of RGB (Red+Green+Blue) = 179+28+239=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #B31CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CEF is #4CE310. Grayscale: #606060. Windows color (decimal): -5038865 or 15670451. OLE color: 15670451.

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

Color convert

RGB 179 28 239 -
CMYK 0.25 0.88 0 0.06
HSL 282.94º 0.87% 0.52% -
HSV(B) 282.94º 0.88% 0.94% -
XYZ 34.59 16.65 83.05 -
YUV 97.2 208.03 186.34 -
System Red Green Blue C M Y K H S L
Decimal 179 28 239 0.25 0.88 0 0.06 282.94 0.87 0.52
Hex B3 1C EF 19 58 0 6 11B 57 34
Octal 263 34 357 31 130 0 6 433 127 64
Binary 10110011 11100 11101111 11001 1011000 0 110 100011011 1010111 110100

Color Harmonies of #B31CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CEF

Black with #B31CEF

Text Example


Text Example

White with #B31CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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