Html Css Color HEX #B319FB Electric Purple

📋 copy color: '#B319FB'

red 179 ◦ green 25 ◦ blue 251

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

Shades of Electric Purple #B319FB

Tints of Electric Purple #B319FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.16%

R = 39.34%
G = 5.49%
B = 55.16%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B319FB (or 0xB319FB) is known color: Electric Purple. HEX triplet: B3, 19 and FB. RGB value is (179,25,251). Sum of RGB (Red+Green+Blue) = 179+25+251=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 25 (10.16% from 255 or 5.49% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #B319FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B319FB is #4CE604. Grayscale: #606060. Windows color (decimal): -5039621 or 16456115. OLE color: 16456115.

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

Color convert

RGB 179 25 251 -
CMYK 0.29 0.90 0 0.02
HSL 280.88º 0.97% 0.54% -
HSV(B) 280.88º 0.9% 0.98% -
XYZ 36.35 17.24 92.68 -
YUV 96.81 215.02 186.62 -
System Red Green Blue C M Y K H S L
Decimal 179 25 251 0.29 0.90 0 0.02 280.88 0.97 0.54
Hex B3 19 FB 1D 5A 0 2 119 61 36
Octal 263 31 373 35 132 0 2 431 141 66
Binary 10110011 11001 11111011 11101 1011010 0 10 100011001 1100001 110110

Color Harmonies of #B319FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319FB

Black with #B319FB

Text Example


Text Example

White with #B319FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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