Html Css Color HEX #B31DFB Electric Purple

📋 copy color: '#B31DFB'

red 179 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #B31DFB

Tints of Electric Purple #B31DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 39%
G = 6.32%
B = 54.68%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B31DFB (or 0xB31DFB) is known color: Electric Purple. HEX triplet: B3, 1D and FB. RGB value is (179,29,251). Sum of RGB (Red+Green+Blue) = 179+29+251=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #B31DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31DFB is #4CE204. Grayscale: #626262. Windows color (decimal): -5038597 or 16457139. OLE color: 16457139.

HSL color Cylindrical-coordinate representation of color #B31DFB: hue angle of 280.54º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31DFB is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 29 251 -
CMYK 0.29 0.88 0 0.02
HSL 280.54º 0.97% 0.55% -
HSV(B) 280.54º 0.88% 0.98% -
XYZ 36.44 17.43 92.71 -
YUV 99.16 213.7 184.95 -
System Red Green Blue C M Y K H S L
Decimal 179 29 251 0.29 0.88 0 0.02 280.54 0.97 0.55
Hex B3 1D FB 1D 58 0 2 119 61 37
Octal 263 35 373 35 130 0 2 431 141 67
Binary 10110011 11101 11111011 11101 1011000 0 10 100011001 1100001 110111

Color Harmonies of #B31DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31DFB

Black with #B31DFB

Text Example


Text Example

White with #B31DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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