Html Css Color HEX #B716ED Electric Purple

📋 copy color: '#B716ED'

red 183 ◦ green 22 ◦ blue 237

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

Shades of Electric Purple #B716ED

Tints of Electric Purple #B716ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.62%

R = 41.4%
G = 4.98%
B = 53.62%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B716ED (or 0xB716ED) is known color: Electric Purple. HEX triplet: B7, 16 and ED. RGB value is (183,22,237). Sum of RGB (Red+Green+Blue) = 183+22+237=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #B716ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B716ED is #48E912. Grayscale: #5D5D5D. Windows color (decimal): -4778259 or 15537847. OLE color: 15537847.

HSL color Cylindrical-coordinate representation of color #B716ED: hue angle of 284.93º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B716ED is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 22 237 -
CMYK 0.23 0.91 0 0.07
HSL 284.93º 0.86% 0.51% -
HSV(B) 284.93º 0.91% 0.93% -
XYZ 35.1 16.76 81.5 -
YUV 94.65 208.34 191.02 -
System Red Green Blue C M Y K H S L
Decimal 183 22 237 0.23 0.91 0 0.07 284.93 0.86 0.51
Hex B7 16 ED 17 5B 0 7 11D 56 33
Octal 267 26 355 27 133 0 7 435 126 63
Binary 10110111 10110 11101101 10111 1011011 0 111 100011101 1010110 110011

Color Harmonies of #B716ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B716ED

Black with #B716ED

Text Example


Text Example

White with #B716ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B716ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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