Html Css Color HEX #B910E7 Electric Purple

📋 copy color: '#B910E7'

red 185 ◦ green 16 ◦ blue 231

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

Shades of Electric Purple #B910E7

Tints of Electric Purple #B910E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 53.47%

R = 42.82%
G = 3.7%
B = 53.47%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B910E7 (or 0xB910E7) is known color: Electric Purple. HEX triplet: B9, 10 and E7. RGB value is (185,16,231). Sum of RGB (Red+Green+Blue) = 185+16+231=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 231 (90.62% from 255 or 53.47% from 432); Max value from RGB is 231 - color contains mainly: blue. Hex color #B910E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B910E7 is #46EF18. Grayscale: #5A5A5A. Windows color (decimal): -4648729 or 15143097. OLE color: 15143097.

HSL color Cylindrical-coordinate representation of color #B910E7: hue angle of 287.16º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B910E7 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 16 231 -
CMYK 0.20 0.93 0 0.09
HSL 287.16º 0.87% 0.48% -
HSV(B) 287.16º 0.93% 0.91% -
XYZ 34.62 16.45 76.95 -
YUV 91.04 206.99 195.02 -
System Red Green Blue C M Y K H S L
Decimal 185 16 231 0.20 0.93 0 0.09 287.16 0.87 0.48
Hex B9 10 E7 14 5D 0 9 11F 57 30
Octal 271 20 347 24 135 0 11 437 127 60
Binary 10111001 10000 11100111 10100 1011101 0 1001 100011111 1010111 110000

Color Harmonies of #B910E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B910E7

Black with #B910E7

Text Example


Text Example

White with #B910E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B910E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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