Html Css Color HEX #B319FC Electric Purple

📋 copy color: '#B319FC'

red 179 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #B319FC

Tints of Electric Purple #B319FC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.48%

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

R = 39.25%
G = 5.48%
B = 55.26%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B319FC (or 0xB319FC) is known color: Electric Purple. HEX triplet: B3, 19 and FC. RGB value is (179,25,252). Sum of RGB (Red+Green+Blue) = 179+25+252=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #B319FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B319FC is #4CE603. Grayscale: #606060. Windows color (decimal): -5039620 or 16521651. OLE color: 16521651.

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

Color convert

RGB 179 25 252 -
CMYK 0.29 0.90 0 0.01
HSL 280.7º 0.97% 0.54% -
HSV(B) 280.7º 0.9% 0.99% -
XYZ 36.51 17.31 93.51 -
YUV 96.92 215.52 186.54 -
System Red Green Blue C M Y K H S L
Decimal 179 25 252 0.29 0.90 0 0.01 280.7 0.97 0.54
Hex B3 19 FC 1D 5A 0 1 119 61 36
Octal 263 31 374 35 132 0 1 431 141 66
Binary 10110011 11001 11111100 11101 1011010 0 1 100011001 1100001 110110

Color Harmonies of #B319FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319FC

Black with #B319FC

Text Example


Text Example

White with #B319FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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