Html Css Color HEX #B910E1 Electric Purple

📋 copy color: '#B910E1'

red 185 ◦ green 16 ◦ blue 225

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

Shades of Electric Purple #B910E1

Tints of Electric Purple #B910E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.82%

R = 43.43%
G = 3.76%
B = 52.82%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B910E1 (or 0xB910E1) is known color: Electric Purple. HEX triplet: B9, 10 and E1. RGB value is (185,16,225). Sum of RGB (Red+Green+Blue) = 185+16+225=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #B910E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B910E1 is #46EF1E. Grayscale: #595959. Windows color (decimal): -4648735 or 14749881. OLE color: 14749881.

HSL color Cylindrical-coordinate representation of color #B910E1: hue angle of 288.52º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B910E1 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 16 225 -
CMYK 0.18 0.93 0 0.12
HSL 288.52º 0.87% 0.47% -
HSV(B) 288.52º 0.93% 0.88% -
XYZ 33.78 16.12 72.57 -
YUV 90.36 203.99 195.51 -
System Red Green Blue C M Y K H S L
Decimal 185 16 225 0.18 0.93 0 0.12 288.52 0.87 0.47
Hex B9 10 E1 12 5D 0 C 121 57 2F
Octal 271 20 341 22 135 0 14 441 127 57
Binary 10111001 10000 11100001 10010 1011101 0 1100 100100001 1010111 101111

Color Harmonies of #B910E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B910E1

Black with #B910E1

Text Example


Text Example

White with #B910E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B910E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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