Html Css Color HEX #B91BEF Electric Purple

📋 copy color: '#B91BEF'

red 185 ◦ green 27 ◦ blue 239

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

Shades of Electric Purple #B91BEF

Tints of Electric Purple #B91BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.99%

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

R = 41.02%
G = 5.99%
B = 52.99%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B91BEF (or 0xB91BEF) is known color: Electric Purple. HEX triplet: B9, 1B and EF. RGB value is (185,27,239). Sum of RGB (Red+Green+Blue) = 185+27+239=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #B91BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91BEF is #46E410. Grayscale: #616161. Windows color (decimal): -4645905 or 15670201. OLE color: 15670201.

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

Color convert

RGB 185 27 239 -
CMYK 0.23 0.89 0 0.06
HSL 284.72º 0.87% 0.52% -
HSV(B) 284.72º 0.89% 0.94% -
XYZ 35.98 17.33 83.11 -
YUV 98.41 207.35 189.76 -
System Red Green Blue C M Y K H S L
Decimal 185 27 239 0.23 0.89 0 0.06 284.72 0.87 0.52
Hex B9 1B EF 17 59 0 6 11D 57 34
Octal 271 33 357 27 131 0 6 435 127 64
Binary 10111001 11011 11101111 10111 1011001 0 110 100011101 1010111 110100

Color Harmonies of #B91BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91BEF

Black with #B91BEF

Text Example


Text Example

White with #B91BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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