Html Css Color HEX #B91CE1 Electric Purple

📋 copy color: '#B91CE1'

red 185 ◦ green 28 ◦ blue 225

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

Shades of Electric Purple #B91CE1

Tints of Electric Purple #B91CE1

RGB

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

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

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

R = 42.24%
G = 6.39%
B = 51.37%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B91CE1 (or 0xB91CE1) is known color: Electric Purple. HEX triplet: B9, 1C and E1. RGB value is (185,28,225). Sum of RGB (Red+Green+Blue) = 185+28+225=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #B91CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91CE1 is #46E31E. Grayscale: #606060. Windows color (decimal): -4645663 or 14752953. OLE color: 14752953.

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

Color convert

RGB 185 28 225 -
CMYK 0.18 0.88 0 0.12
HSL 287.82º 0.78% 0.5% -
HSV(B) 287.82º 0.88% 0.88% -
XYZ 34.01 16.58 72.64 -
YUV 97.4 200.01 190.48 -
System Red Green Blue C M Y K H S L
Decimal 185 28 225 0.18 0.88 0 0.12 287.82 0.78 0.5
Hex B9 1C E1 12 58 0 C 120 4E 32
Octal 271 34 341 22 130 0 14 440 116 62
Binary 10111001 11100 11100001 10010 1011000 0 1100 100100000 1001110 110010

Color Harmonies of #B91CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91CE1

Black with #B91CE1

Text Example


Text Example

White with #B91CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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