Html Css Color HEX #B91EEF Electric Purple

📋 copy color: '#B91EEF'

red 185 ◦ green 30 ◦ blue 239

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

Shades of Electric Purple #B91EEF

Tints of Electric Purple #B91EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.61%

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

R = 40.75%
G = 6.61%
B = 52.64%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B91EEF (or 0xB91EEF) is known color: Electric Purple. HEX triplet: B9, 1E and EF. RGB value is (185,30,239). Sum of RGB (Red+Green+Blue) = 185+30+239=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #B91EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91EEF is #46E110. Grayscale: #636363. Windows color (decimal): -4645137 or 15670969. OLE color: 15670969.

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

Color convert

RGB 185 30 239 -
CMYK 0.23 0.87 0 0.06
HSL 284.5º 0.87% 0.53% -
HSV(B) 284.5º 0.87% 0.94% -
XYZ 36.05 17.47 83.13 -
YUV 100.17 206.35 188.51 -
System Red Green Blue C M Y K H S L
Decimal 185 30 239 0.23 0.87 0 0.06 284.5 0.87 0.53
Hex B9 1E EF 17 57 0 6 11C 57 35
Octal 271 36 357 27 127 0 6 434 127 65
Binary 10111001 11110 11101111 10111 1010111 0 110 100011100 1010111 110101

Color Harmonies of #B91EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91EEF

Black with #B91EEF

Text Example


Text Example

White with #B91EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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