Html Css Color HEX #B91EEC Electric Purple

📋 copy color: '#B91EEC'

red 185 ◦ green 30 ◦ blue 236

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

Shades of Electric Purple #B91EEC

Tints of Electric Purple #B91EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.33%

R = 41.02%
G = 6.65%
B = 52.33%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B91EEC (or 0xB91EEC) is known color: Electric Purple. HEX triplet: B9, 1E and EC. RGB value is (185,30,236). Sum of RGB (Red+Green+Blue) = 185+30+236=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #B91EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91EEC is #46E113. Grayscale: #636363. Windows color (decimal): -4645140 or 15474361. OLE color: 15474361.

HSL color Cylindrical-coordinate representation of color #B91EEC: hue angle of 285.15º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91EEC is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 30 236 -
CMYK 0.22 0.87 0 0.07
HSL 285.15º 0.84% 0.52% -
HSV(B) 285.15º 0.87% 0.93% -
XYZ 35.61 17.3 80.82 -
YUV 99.83 204.85 188.75 -
System Red Green Blue C M Y K H S L
Decimal 185 30 236 0.22 0.87 0 0.07 285.15 0.84 0.52
Hex B9 1E EC 16 57 0 7 11D 54 34
Octal 271 36 354 26 127 0 7 435 124 64
Binary 10111001 11110 11101100 10110 1010111 0 111 100011101 1010100 110100

Color Harmonies of #B91EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91EEC

Black with #B91EEC

Text Example


Text Example

White with #B91EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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