Html Css Color HEX #B910ED Electric Purple

📋 copy color: '#B910ED'

red 185 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #B910ED

Tints of Electric Purple #B910ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.65%

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

R = 42.24%
G = 3.65%
B = 54.11%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B910ED (or 0xB910ED) is known color: Electric Purple. HEX triplet: B9, 10 and ED. RGB value is (185,16,237). Sum of RGB (Red+Green+Blue) = 185+16+237=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #B910ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B910ED is #46EF12. Grayscale: #5B5B5B. Windows color (decimal): -4648723 or 15536313. OLE color: 15536313.

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

Color convert

RGB 185 16 237 -
CMYK 0.22 0.93 0 0.07
HSL 285.88º 0.87% 0.5% -
HSV(B) 285.88º 0.93% 0.93% -
XYZ 35.48 16.8 81.49 -
YUV 91.73 209.99 194.53 -
System Red Green Blue C M Y K H S L
Decimal 185 16 237 0.22 0.93 0 0.07 285.88 0.87 0.5
Hex B9 10 ED 16 5D 0 7 11E 57 32
Octal 271 20 355 26 135 0 7 436 127 62
Binary 10111001 10000 11101101 10110 1011101 0 111 100011110 1010111 110010

Color Harmonies of #B910ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B910ED

Black with #B910ED

Text Example


Text Example

White with #B910ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B910ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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