Html Css Color HEX #B91EE1 Electric Purple

📋 copy color: '#B91EE1'

red 185 ◦ green 30 ◦ blue 225

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

Shades of Electric Purple #B91EE1

Tints of Electric Purple #B91EE1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.82%

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

R = 42.05%
G = 6.82%
B = 51.14%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B91EE1 (or 0xB91EE1) is known color: Electric Purple. HEX triplet: B9, 1E and E1. RGB value is (185,30,225). Sum of RGB (Red+Green+Blue) = 185+30+225=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #B91EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91EE1 is #46E11E. Grayscale: #616161. Windows color (decimal): -4645151 or 14753465. OLE color: 14753465.

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

Color convert

RGB 185 30 225 -
CMYK 0.18 0.87 0 0.12
HSL 287.69º 0.76% 0.5% -
HSV(B) 287.69º 0.87% 0.88% -
XYZ 34.06 16.68 72.66 -
YUV 98.58 199.35 189.64 -
System Red Green Blue C M Y K H S L
Decimal 185 30 225 0.18 0.87 0 0.12 287.69 0.76 0.5
Hex B9 1E E1 12 57 0 C 120 4C 32
Octal 271 36 341 22 127 0 14 440 114 62
Binary 10111001 11110 11100001 10010 1010111 0 1100 100100000 1001100 110010

Color Harmonies of #B91EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91EE1

Black with #B91EE1

Text Example


Text Example

White with #B91EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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