Html Css Color HEX #B91CEE Electric Purple

📋 copy color: '#B91CEE'

red 185 ◦ green 28 ◦ blue 238

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

Shades of Electric Purple #B91CEE

Tints of Electric Purple #B91CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.21%

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

R = 41.02%
G = 6.21%
B = 52.77%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B91CEE (or 0xB91CEE) is known color: Electric Purple. HEX triplet: B9, 1C and EE. RGB value is (185,28,238). Sum of RGB (Red+Green+Blue) = 185+28+238=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #B91CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91CEE is #46E311. Grayscale: #626262. Windows color (decimal): -4645650 or 15604921. OLE color: 15604921.

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

Color convert

RGB 185 28 238 -
CMYK 0.22 0.88 0 0.07
HSL 284.86º 0.86% 0.52% -
HSV(B) 284.86º 0.88% 0.93% -
XYZ 35.86 17.32 82.34 -
YUV 98.88 206.51 189.42 -
System Red Green Blue C M Y K H S L
Decimal 185 28 238 0.22 0.88 0 0.07 284.86 0.86 0.52
Hex B9 1C EE 16 58 0 7 11D 56 34
Octal 271 34 356 26 130 0 7 435 126 64
Binary 10111001 11100 11101110 10110 1011000 0 111 100011101 1010110 110100

Color Harmonies of #B91CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91CEE

Black with #B91CEE

Text Example


Text Example

White with #B91CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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