Html Css Color HEX #B714ED Electric Purple

📋 copy color: '#B714ED'

red 183 ◦ green 20 ◦ blue 237

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

Shades of Electric Purple #B714ED

Tints of Electric Purple #B714ED

RGB

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

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

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

R = 41.59%
G = 4.55%
B = 53.86%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B714ED (or 0xB714ED) is known color: Electric Purple. HEX triplet: B7, 14 and ED. RGB value is (183,20,237). Sum of RGB (Red+Green+Blue) = 183+20+237=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #B714ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B714ED is #48EB12. Grayscale: #5C5C5C. Windows color (decimal): -4778771 or 15537335. OLE color: 15537335.

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

Color convert

RGB 183 20 237 -
CMYK 0.23 0.92 0 0.07
HSL 285.07º 0.86% 0.5% -
HSV(B) 285.07º 0.92% 0.93% -
XYZ 35.06 16.68 81.49 -
YUV 93.48 209 191.86 -
System Red Green Blue C M Y K H S L
Decimal 183 20 237 0.23 0.92 0 0.07 285.07 0.86 0.5
Hex B7 14 ED 17 5C 0 7 11D 56 32
Octal 267 24 355 27 134 0 7 435 126 62
Binary 10110111 10100 11101101 10111 1011100 0 111 100011101 1010110 110010

Color Harmonies of #B714ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B714ED

Black with #B714ED

Text Example


Text Example

White with #B714ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B714ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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