Html Css Color HEX #B719FC Electric Purple

📋 copy color: '#B719FC'

red 183 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #B719FC

Tints of Electric Purple #B719FC

RGB

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

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

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

R = 39.78%
G = 5.43%
B = 54.78%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B719FC (or 0xB719FC) is known color: Electric Purple. HEX triplet: B7, 19 and FC. RGB value is (183,25,252). Sum of RGB (Red+Green+Blue) = 183+25+252=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #B719FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B719FC is #48E603. Grayscale: #616161. Windows color (decimal): -4777476 or 16521655. OLE color: 16521655.

HSL color Cylindrical-coordinate representation of color #B719FC: hue angle of 281.76º 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 #B719FC is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 25 252 -
CMYK 0.27 0.90 0 0.01
HSL 281.76º 0.97% 0.54% -
HSV(B) 281.76º 0.9% 0.99% -
XYZ 37.45 17.79 93.56 -
YUV 98.12 214.85 188.54 -
System Red Green Blue C M Y K H S L
Decimal 183 25 252 0.27 0.90 0 0.01 281.76 0.97 0.54
Hex B7 19 FC 1B 5A 0 1 11A 61 36
Octal 267 31 374 33 132 0 1 432 141 66
Binary 10110111 11001 11111100 11011 1011010 0 1 100011010 1100001 110110

Color Harmonies of #B719FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B719FC

Black with #B719FC

Text Example


Text Example

White with #B719FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B719FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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