Html Css Color HEX #B31CF3 Electric Purple

📋 copy color: '#B31CF3'

red 179 ◦ green 28 ◦ blue 243

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

Shades of Electric Purple #B31CF3

Tints of Electric Purple #B31CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54%

R = 39.78%
G = 6.22%
B = 54%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B31CF3 (or 0xB31CF3) is known color: Electric Purple. HEX triplet: B3, 1C and F3. RGB value is (179,28,243). Sum of RGB (Red+Green+Blue) = 179+28+243=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #B31CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CF3 is #4CE30C. Grayscale: #606060. Windows color (decimal): -5038861 or 15932595. OLE color: 15932595.

HSL color Cylindrical-coordinate representation of color #B31CF3: hue angle of 282.14º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31CF3 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 28 243 -
CMYK 0.26 0.88 0 0.05
HSL 282.14º 0.9% 0.53% -
HSV(B) 282.14º 0.88% 0.95% -
XYZ 35.18 16.89 86.2 -
YUV 97.66 210.03 186.02 -
System Red Green Blue C M Y K H S L
Decimal 179 28 243 0.26 0.88 0 0.05 282.14 0.9 0.53
Hex B3 1C F3 1A 58 0 5 11A 5A 35
Octal 263 34 363 32 130 0 5 432 132 65
Binary 10110011 11100 11110011 11010 1011000 0 101 100011010 1011010 110101

Color Harmonies of #B31CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CF3

Black with #B31CF3

Text Example


Text Example

White with #B31CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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