Html Css Color HEX #B31CFB Electric Purple

📋 copy color: '#B31CFB'

red 179 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #B31CFB

Tints of Electric Purple #B31CFB

RGB

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

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

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

R = 39.08%
G = 6.11%
B = 54.8%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B31CFB (or 0xB31CFB) is known color: Electric Purple. HEX triplet: B3, 1C and FB. RGB value is (179,28,251). Sum of RGB (Red+Green+Blue) = 179+28+251=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #B31CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CFB is #4CE304. Grayscale: #616161. Windows color (decimal): -5038853 or 16456883. OLE color: 16456883.

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

Color convert

RGB 179 28 251 -
CMYK 0.29 0.89 0 0.02
HSL 280.63º 0.97% 0.55% -
HSV(B) 280.63º 0.89% 0.98% -
XYZ 36.42 17.38 92.7 -
YUV 98.57 214.03 185.37 -
System Red Green Blue C M Y K H S L
Decimal 179 28 251 0.29 0.89 0 0.02 280.63 0.97 0.55
Hex B3 1C FB 1D 59 0 2 119 61 37
Octal 263 34 373 35 131 0 2 431 141 67
Binary 10110011 11100 11111011 11101 1011001 0 10 100011001 1100001 110111

Color Harmonies of #B31CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CFB

Black with #B31CFB

Text Example


Text Example

White with #B31CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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