Html Css Color HEX #B31CFD Electric Purple

📋 copy color: '#B31CFD'

red 179 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #B31CFD

Tints of Electric Purple #B31CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55%

R = 38.91%
G = 6.09%
B = 55%

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

#B31CFD (or 0xB31CFD) is known color: Electric Purple. HEX triplet: B3, 1C and FD. RGB value is (179,28,253). Sum of RGB (Red+Green+Blue) = 179+28+253=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #B31CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CFD is #4CE302. Grayscale: #626262. Windows color (decimal): -5038851 or 16587955. OLE color: 16587955.

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

Color convert

RGB 179 28 253 -
CMYK 0.29 0.89 0 0.01
HSL 280.27º 0.98% 0.55% -
HSV(B) 280.27º 0.89% 0.99% -
XYZ 36.74 17.51 94.37 -
YUV 98.8 215.03 185.2 -
System Red Green Blue C M Y K H S L
Decimal 179 28 253 0.29 0.89 0 0.01 280.27 0.98 0.55
Hex B3 1C FD 1D 59 0 1 118 62 37
Octal 263 34 375 35 131 0 1 430 142 67
Binary 10110011 11100 11111101 11101 1011001 0 1 100011000 1100010 110111

Color Harmonies of #B31CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CFD

Black with #B31CFD

Text Example


Text Example

White with #B31CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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