Html Css Color HEX #B910EA Electric Purple

📋 copy color: '#B910EA'

red 185 ◦ green 16 ◦ blue 234

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

Shades of Electric Purple #B910EA

Tints of Electric Purple #B910EA

RGB

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

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

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

R = 42.53%
G = 3.68%
B = 53.79%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B910EA (or 0xB910EA) is known color: Electric Purple. HEX triplet: B9, 10 and EA. RGB value is (185,16,234). Sum of RGB (Red+Green+Blue) = 185+16+234=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #B910EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B910EA is #46EF15. Grayscale: #5A5A5A. Windows color (decimal): -4648726 or 15339705. OLE color: 15339705.

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

Color convert

RGB 185 16 234 -
CMYK 0.21 0.93 0 0.08
HSL 286.51º 0.87% 0.49% -
HSV(B) 286.51º 0.93% 0.92% -
XYZ 35.04 16.63 79.2 -
YUV 91.38 208.49 194.77 -
System Red Green Blue C M Y K H S L
Decimal 185 16 234 0.21 0.93 0 0.08 286.51 0.87 0.49
Hex B9 10 EA 15 5D 0 8 11F 57 31
Octal 271 20 352 25 135 0 10 437 127 61
Binary 10111001 10000 11101010 10101 1011101 0 1000 100011111 1010111 110001

Color Harmonies of #B910EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B910EA

Black with #B910EA

Text Example


Text Example

White with #B910EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B910EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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