Html Css Color HEX #B91CEF Electric Purple

📋 copy color: '#B91CEF'

red 185 ◦ green 28 ◦ blue 239

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

Shades of Electric Purple #B91CEF

Tints of Electric Purple #B91CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 40.93%
G = 6.19%
B = 52.88%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B91CEF (or 0xB91CEF) is known color: Electric Purple. HEX triplet: B9, 1C and EF. RGB value is (185,28,239). Sum of RGB (Red+Green+Blue) = 185+28+239=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #B91CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91CEF is #46E310. Grayscale: #626262. Windows color (decimal): -4645649 or 15670457. OLE color: 15670457.

HSL color Cylindrical-coordinate representation of color #B91CEF: hue angle of 284.64º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91CEF is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 28 239 -
CMYK 0.23 0.88 0 0.06
HSL 284.64º 0.87% 0.52% -
HSV(B) 284.64º 0.88% 0.94% -
XYZ 36 17.38 83.12 -
YUV 99 207.01 189.34 -
System Red Green Blue C M Y K H S L
Decimal 185 28 239 0.23 0.88 0 0.06 284.64 0.87 0.52
Hex B9 1C EF 17 58 0 6 11D 57 34
Octal 271 34 357 27 130 0 6 435 127 64
Binary 10111001 11100 11101111 10111 1011000 0 110 100011101 1010111 110100

Color Harmonies of #B91CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91CEF

Black with #B91CEF

Text Example


Text Example

White with #B91CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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