Html Css Color HEX #B716FE Electric Purple

📋 copy color: '#B716FE'

red 183 ◦ green 22 ◦ blue 254

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

Shades of Electric Purple #B716FE

Tints of Electric Purple #B716FE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.79%

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

R = 39.87%
G = 4.79%
B = 55.34%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B716FE (or 0xB716FE) is known color: Electric Purple. HEX triplet: B7, 16 and FE. RGB value is (183,22,254). Sum of RGB (Red+Green+Blue) = 183+22+254=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #B716FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B716FE is #48E901. Grayscale: #5F5F5F. Windows color (decimal): -4778242 or 16651959. OLE color: 16651959.

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

Color convert

RGB 183 22 254 -
CMYK 0.28 0.91 0 0.00
HSL 281.64º 0.99% 0.54% -
HSV(B) 281.64º 0.91% 1% -
XYZ 37.7 17.8 95.21 -
YUV 96.59 216.84 189.64 -
System Red Green Blue C M Y K H S L
Decimal 183 22 254 0.28 0.91 0 0.00 281.64 0.99 0.54
Hex B7 16 FE 1C 5B 0 0 11A 63 36
Octal 267 26 376 34 133 0 0 432 143 66
Binary 10110111 10110 11111110 11100 1011011 0 0 100011010 1100011 110110

Color Harmonies of #B716FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B716FE

Black with #B716FE

Text Example


Text Example

White with #B716FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B716FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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