Html Css Color HEX #B910E6 Electric Purple

📋 copy color: '#B910E6'

red 185 ◦ green 16 ◦ blue 230

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

Shades of Electric Purple #B910E6

Tints of Electric Purple #B910E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.36%

R = 42.92%
G = 3.71%
B = 53.36%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B910E6 (or 0xB910E6) is known color: Electric Purple. HEX triplet: B9, 10 and E6. RGB value is (185,16,230). Sum of RGB (Red+Green+Blue) = 185+16+230=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 230 (90.23% from 255 or 53.36% from 431); Max value from RGB is 230 - color contains mainly: blue. Hex color #B910E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B910E6 is #46EF19. Grayscale: #5A5A5A. Windows color (decimal): -4648730 or 15077561. OLE color: 15077561.

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

Color convert

RGB 185 16 230 -
CMYK 0.20 0.93 0 0.10
HSL 287.38º 0.87% 0.48% -
HSV(B) 287.38º 0.93% 0.9% -
XYZ 34.48 16.4 76.21 -
YUV 90.93 206.49 195.1 -
System Red Green Blue C M Y K H S L
Decimal 185 16 230 0.20 0.93 0 0.10 287.38 0.87 0.48
Hex B9 10 E6 14 5D 0 A 11F 57 30
Octal 271 20 346 24 135 0 12 437 127 60
Binary 10111001 10000 11100110 10100 1011101 0 1010 100011111 1010111 110000

Color Harmonies of #B910E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B910E6

Black with #B910E6

Text Example


Text Example

White with #B910E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B910E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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