Html Css Color HEX #B913EA Electric Purple

📋 copy color: '#B913EA'

red 185 ◦ green 19 ◦ blue 234

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

Shades of Electric Purple #B913EA

Tints of Electric Purple #B913EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 42.24%
G = 4.34%
B = 53.42%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B913EA (or 0xB913EA) is known color: Electric Purple. HEX triplet: B9, 13 and EA. RGB value is (185,19,234). Sum of RGB (Red+Green+Blue) = 185+19+234=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #B913EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B913EA is #46EC15. Grayscale: #5C5C5C. Windows color (decimal): -4647958 or 15340473. OLE color: 15340473.

HSL color Cylindrical-coordinate representation of color #B913EA: hue angle of 286.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B913EA is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 19 234 -
CMYK 0.21 0.92 0 0.08
HSL 286.33º 0.85% 0.5% -
HSV(B) 286.33º 0.92% 0.92% -
XYZ 35.09 16.72 79.22 -
YUV 93.14 207.5 193.52 -
System Red Green Blue C M Y K H S L
Decimal 185 19 234 0.21 0.92 0 0.08 286.33 0.85 0.5
Hex B9 13 EA 15 5C 0 8 11E 55 32
Octal 271 23 352 25 134 0 10 436 125 62
Binary 10111001 10011 11101010 10101 1011100 0 1000 100011110 1010101 110010

Color Harmonies of #B913EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B913EA

Black with #B913EA

Text Example


Text Example

White with #B913EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B913EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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