Html Css Color HEX #B914ED Electric Purple

📋 copy color: '#B914ED'

red 185 ◦ green 20 ◦ blue 237

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

Shades of Electric Purple #B914ED

Tints of Electric Purple #B914ED

RGB

 RED value IS 185 (72.66% from 255) = 41.86%

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

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

R = 41.86%
G = 4.52%
B = 53.62%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B914ED (or 0xB914ED) is known color: Electric Purple. HEX triplet: B9, 14 and ED. RGB value is (185,20,237). Sum of RGB (Red+Green+Blue) = 185+20+237=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 20 (8.20% from 255 or 4.52% 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 #B914ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B914ED is #46EB12. Grayscale: #5D5D5D. Windows color (decimal): -4647699 or 15537337. OLE color: 15537337.

HSL color Cylindrical-coordinate representation of color #B914ED: hue angle of 285.62º 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 #B914ED is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 20 237 -
CMYK 0.22 0.92 0 0.07
HSL 285.62º 0.86% 0.5% -
HSV(B) 285.62º 0.92% 0.93% -
XYZ 35.54 16.93 81.52 -
YUV 94.07 208.66 192.86 -
System Red Green Blue C M Y K H S L
Decimal 185 20 237 0.22 0.92 0 0.07 285.62 0.86 0.5
Hex B9 14 ED 16 5C 0 7 11E 56 32
Octal 271 24 355 26 134 0 7 436 126 62
Binary 10111001 10100 11101101 10110 1011100 0 111 100011110 1010110 110010

Color Harmonies of #B914ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B914ED

Black with #B914ED

Text Example


Text Example

White with #B914ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B914ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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