Html Css Color HEX #B719FA Electric Purple

📋 copy color: '#B719FA'

red 183 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #B719FA

Tints of Electric Purple #B719FA

RGB

 RED value IS 183 (71.88% from 255) = 39.96%

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

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 39.96%
G = 5.46%
B = 54.59%

CMYK

 C value IS 0.27

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B719FA (or 0xB719FA) is known color: Electric Purple. HEX triplet: B7, 19 and FA. RGB value is (183,25,250). Sum of RGB (Red+Green+Blue) = 183+25+250=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #B719FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B719FA is #48E605. Grayscale: #616161. Windows color (decimal): -4777478 or 16390583. OLE color: 16390583.

HSL color Cylindrical-coordinate representation of color #B719FA: hue angle of 282.13º degrees, saturation: 0.96, 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 #B719FA is Cyan = 0.27, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 25 250 -
CMYK 0.27 0.9 0 0.02
HSL 282.13º 0.96% 0.54% -
HSV(B) 282.13º 0.9% 0.98% -
XYZ 37.13 17.66 91.9 -
YUV 97.89 213.85 188.7 -
System Red Green Blue C M Y K H S L
Decimal 183 25 250 0.27 0.9 0 0.02 282.13 0.96 0.54
Hex B7 19 FA 1B 5A 0 2 11A 60 36
Octal 267 31 372 33 132 0 2 432 140 66
Binary 10110111 11001 11111010 11011 1011010 0 10 100011010 1100000 110110

Color Harmonies of #B719FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B719FA

Black with #B719FA

Text Example


Text Example

White with #B719FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B719FA; }

 p { color: rgb(183,25,250); }

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

background-color css

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

 a { background-color: rgb(183,25,250); }

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

border-color css

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

 span { border-color: rgb(183,25,250); }

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