Html Css Color HEX #B91FEE Electric Purple

📋 copy color: '#B91FEE'

red 185 ◦ green 31 ◦ blue 238

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

Shades of Electric Purple #B91FEE

Tints of Electric Purple #B91FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.83%

 BLUE value IS 238 (93.36% from 255) = 52.42%

R = 40.75%
G = 6.83%
B = 52.42%

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

#B91FEE (or 0xB91FEE) is known color: Electric Purple. HEX triplet: B9, 1F and EE. RGB value is (185,31,238). Sum of RGB (Red+Green+Blue) = 185+31+238=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #B91FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91FEE is #46E011. Grayscale: #636363. Windows color (decimal): -4644882 or 15605689. OLE color: 15605689.

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

Color convert

RGB 185 31 238 -
CMYK 0.22 0.87 0 0.07
HSL 284.64º 0.86% 0.53% -
HSV(B) 284.64º 0.87% 0.93% -
XYZ 35.93 17.47 82.37 -
YUV 100.64 205.52 188.17 -
System Red Green Blue C M Y K H S L
Decimal 185 31 238 0.22 0.87 0 0.07 284.64 0.86 0.53
Hex B9 1F EE 16 57 0 7 11D 56 35
Octal 271 37 356 26 127 0 7 435 126 65
Binary 10111001 11111 11101110 10110 1010111 0 111 100011101 1010110 110101

Color Harmonies of #B91FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91FEE

Black with #B91FEE

Text Example


Text Example

White with #B91FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91FEE; }

 p { color: rgb(185,31,238); }

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

background-color css

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

 a { background-color: rgb(185,31,238); }

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

border-color css

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

 span { border-color: rgb(185,31,238); }

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