Html Css Color HEX #B913ED Electric Purple

📋 copy color: '#B913ED'

red 185 ◦ green 19 ◦ blue 237

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

Shades of Electric Purple #B913ED

Tints of Electric Purple #B913ED

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.31%

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

R = 41.95%
G = 4.31%
B = 53.74%

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

#B913ED (or 0xB913ED) is known color: Electric Purple. HEX triplet: B9, 13 and ED. RGB value is (185,19,237). Sum of RGB (Red+Green+Blue) = 185+19+237=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #B913ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B913ED is #46EC12. Grayscale: #5C5C5C. Windows color (decimal): -4647955 or 15537081. OLE color: 15537081.

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

Color convert

RGB 185 19 237 -
CMYK 0.22 0.92 0 0.07
HSL 285.69º 0.86% 0.5% -
HSV(B) 285.69º 0.92% 0.93% -
XYZ 35.53 16.89 81.51 -
YUV 93.49 209 193.27 -
System Red Green Blue C M Y K H S L
Decimal 185 19 237 0.22 0.92 0 0.07 285.69 0.86 0.5
Hex B9 13 ED 16 5C 0 7 11E 56 32
Octal 271 23 355 26 134 0 7 436 126 62
Binary 10111001 10011 11101101 10110 1011100 0 111 100011110 1010110 110010

Color Harmonies of #B913ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B913ED

Black with #B913ED

Text Example


Text Example

White with #B913ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B913ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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