Html Css Color HEX #B31CFC Electric Purple

📋 copy color: '#B31CFC'

red 179 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #B31CFC

Tints of Electric Purple #B31CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 39%
G = 6.1%
B = 54.9%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B31CFC (or 0xB31CFC) is known color: Electric Purple. HEX triplet: B3, 1C and FC. RGB value is (179,28,252). Sum of RGB (Red+Green+Blue) = 179+28+252=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #B31CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CFC is #4CE303. Grayscale: #616161. Windows color (decimal): -5038852 or 16522419. OLE color: 16522419.

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

Color convert

RGB 179 28 252 -
CMYK 0.29 0.89 0 0.01
HSL 280.45º 0.97% 0.55% -
HSV(B) 280.45º 0.89% 0.99% -
XYZ 36.58 17.44 93.53 -
YUV 98.69 214.53 185.29 -
System Red Green Blue C M Y K H S L
Decimal 179 28 252 0.29 0.89 0 0.01 280.45 0.97 0.55
Hex B3 1C FC 1D 59 0 1 118 61 37
Octal 263 34 374 35 131 0 1 430 141 67
Binary 10110011 11100 11111100 11101 1011001 0 1 100011000 1100001 110111

Color Harmonies of #B31CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CFC

Black with #B31CFC

Text Example


Text Example

White with #B31CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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