Html Css Color HEX #B714FE Electric Purple

📋 copy color: '#B714FE'

red 183 ◦ green 20 ◦ blue 254

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

Shades of Electric Purple #B714FE

Tints of Electric Purple #B714FE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.38%

 BLUE value IS 254 (99.61% from 255) = 55.58%

R = 40.04%
G = 4.38%
B = 55.58%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B714FE (or 0xB714FE) is known color: Electric Purple. HEX triplet: B7, 14 and FE. RGB value is (183,20,254). Sum of RGB (Red+Green+Blue) = 183+20+254=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #B714FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B714FE is #48EB01. Grayscale: #5E5E5E. Windows color (decimal): -4778754 or 16651447. OLE color: 16651447.

HSL color Cylindrical-coordinate representation of color #B714FE: hue angle of 281.79º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B714FE is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 20 254 -
CMYK 0.28 0.92 0 0.00
HSL 281.79º 0.99% 0.54% -
HSV(B) 281.79º 0.92% 1% -
XYZ 37.67 17.72 95.2 -
YUV 95.41 217.5 190.47 -
System Red Green Blue C M Y K H S L
Decimal 183 20 254 0.28 0.92 0 0.00 281.79 0.99 0.54
Hex B7 14 FE 1C 5C 0 0 11A 63 36
Octal 267 24 376 34 134 0 0 432 143 66
Binary 10110111 10100 11111110 11100 1011100 0 0 100011010 1100011 110110

Color Harmonies of #B714FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B714FE

Black with #B714FE

Text Example


Text Example

White with #B714FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B714FE; }

 p { color: rgb(183,20,254); }

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

background-color css

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

 a { background-color: rgb(183,20,254); }

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

border-color css

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

 span { border-color: rgb(183,20,254); }

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