Html Css Color HEX #B31BFC Electric Purple

📋 copy color: '#B31BFC'

red 179 ◦ green 27 ◦ blue 252

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

Shades of Electric Purple #B31BFC

Tints of Electric Purple #B31BFC

RGB

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

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

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

R = 39.08%
G = 5.9%
B = 55.02%

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

#B31BFC (or 0xB31BFC) is known color: Electric Purple. HEX triplet: B3, 1B and FC. RGB value is (179,27,252). Sum of RGB (Red+Green+Blue) = 179+27+252=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #B31BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31BFC is #4CE403. Grayscale: #616161. Windows color (decimal): -5039108 or 16522163. OLE color: 16522163.

HSL color Cylindrical-coordinate representation of color #B31BFC: hue angle of 280.53º 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 #B31BFC is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 27 252 -
CMYK 0.29 0.89 0 0.01
HSL 280.53º 0.97% 0.55% -
HSV(B) 280.53º 0.89% 0.99% -
XYZ 36.55 17.4 93.53 -
YUV 98.1 214.86 185.7 -
System Red Green Blue C M Y K H S L
Decimal 179 27 252 0.29 0.89 0 0.01 280.53 0.97 0.55
Hex B3 1B FC 1D 59 0 1 119 61 37
Octal 263 33 374 35 131 0 1 431 141 67
Binary 10110011 11011 11111100 11101 1011001 0 1 100011001 1100001 110111

Color Harmonies of #B31BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BFC

Black with #B31BFC

Text Example


Text Example

White with #B31BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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