Html Css Color HEX #B91EEB Electric Purple

📋 copy color: '#B91EEB'

red 185 ◦ green 30 ◦ blue 235

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

Shades of Electric Purple #B91EEB

Tints of Electric Purple #B91EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 41.11%
G = 6.67%
B = 52.22%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B91EEB (or 0xB91EEB) is known color: Electric Purple. HEX triplet: B9, 1E and EB. RGB value is (185,30,235). Sum of RGB (Red+Green+Blue) = 185+30+235=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #B91EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91EEB is #46E114. Grayscale: #636363. Windows color (decimal): -4645141 or 15408825. OLE color: 15408825.

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

Color convert

RGB 185 30 235 -
CMYK 0.21 0.87 0 0.08
HSL 285.37º 0.84% 0.52% -
HSV(B) 285.37º 0.87% 0.92% -
XYZ 35.47 17.24 80.06 -
YUV 99.72 204.35 188.83 -
System Red Green Blue C M Y K H S L
Decimal 185 30 235 0.21 0.87 0 0.08 285.37 0.84 0.52
Hex B9 1E EB 15 57 0 8 11D 54 34
Octal 271 36 353 25 127 0 10 435 124 64
Binary 10111001 11110 11101011 10101 1010111 0 1000 100011101 1010100 110100

Color Harmonies of #B91EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91EEB

Black with #B91EEB

Text Example


Text Example

White with #B91EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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