Html Css Color HEX #B915ED Electric Purple

📋 copy color: '#B915ED'

red 185 ◦ green 21 ◦ blue 237

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

Shades of Electric Purple #B915ED

Tints of Electric Purple #B915ED

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.74%

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

R = 41.76%
G = 4.74%
B = 53.5%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B915ED (or 0xB915ED) is known color: Electric Purple. HEX triplet: B9, 15 and ED. RGB value is (185,21,237). Sum of RGB (Red+Green+Blue) = 185+21+237=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #B915ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B915ED is #46EA12. Grayscale: #5D5D5D. Windows color (decimal): -4647443 or 15537593. OLE color: 15537593.

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

Color convert

RGB 185 21 237 -
CMYK 0.22 0.91 0 0.07
HSL 285.56º 0.86% 0.51% -
HSV(B) 285.56º 0.91% 0.93% -
XYZ 35.56 16.97 81.52 -
YUV 94.66 208.33 192.44 -
System Red Green Blue C M Y K H S L
Decimal 185 21 237 0.22 0.91 0 0.07 285.56 0.86 0.51
Hex B9 15 ED 16 5B 0 7 11E 56 33
Octal 271 25 355 26 133 0 7 436 126 63
Binary 10111001 10101 11101101 10110 1011011 0 111 100011110 1010110 110011

Color Harmonies of #B915ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B915ED

Black with #B915ED

Text Example


Text Example

White with #B915ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B915ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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