Html Css Color HEX #B91CEA Electric Purple

📋 copy color: '#B91CEA'

red 185 ◦ green 28 ◦ blue 234

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

Shades of Electric Purple #B91CEA

Tints of Electric Purple #B91CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.35%

R = 41.39%
G = 6.26%
B = 52.35%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B91CEA (or 0xB91CEA) is known color: Electric Purple. HEX triplet: B9, 1C and EA. RGB value is (185,28,234). Sum of RGB (Red+Green+Blue) = 185+28+234=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #B91CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91CEA is #46E315. Grayscale: #616161. Windows color (decimal): -4645654 or 15342777. OLE color: 15342777.

HSL color Cylindrical-coordinate representation of color #B91CEA: hue angle of 285.73º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91CEA is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 28 234 -
CMYK 0.21 0.88 0 0.08
HSL 285.73º 0.83% 0.51% -
HSV(B) 285.73º 0.88% 0.92% -
XYZ 35.27 17.09 79.28 -
YUV 98.43 204.51 189.75 -
System Red Green Blue C M Y K H S L
Decimal 185 28 234 0.21 0.88 0 0.08 285.73 0.83 0.51
Hex B9 1C EA 15 58 0 8 11E 53 33
Octal 271 34 352 25 130 0 10 436 123 63
Binary 10111001 11100 11101010 10101 1011000 0 1000 100011110 1010011 110011

Color Harmonies of #B91CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91CEA

Black with #B91CEA

Text Example


Text Example

White with #B91CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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