Html Css Color HEX #B90EEB Electric Purple

📋 copy color: '#B90EEB'

red 185 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #B90EEB

Tints of Electric Purple #B90EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.23%

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

R = 42.63%
G = 3.23%
B = 54.15%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B90EEB (or 0xB90EEB) is known color: Electric Purple. HEX triplet: B9, 0E and EB. RGB value is (185,14,235). Sum of RGB (Red+Green+Blue) = 185+14+235=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #B90EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90EEB is #46F114. Grayscale: #595959. Windows color (decimal): -4649237 or 15404729. OLE color: 15404729.

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

Color convert

RGB 185 14 235 -
CMYK 0.21 0.94 0 0.08
HSL 286.43º 0.89% 0.49% -
HSV(B) 286.43º 0.94% 0.92% -
XYZ 35.16 16.63 79.95 -
YUV 90.32 209.65 195.53 -
System Red Green Blue C M Y K H S L
Decimal 185 14 235 0.21 0.94 0 0.08 286.43 0.89 0.49
Hex B9 E EB 15 5E 0 8 11E 59 31
Octal 271 16 353 25 136 0 10 436 131 61
Binary 10111001 1110 11101011 10101 1011110 0 1000 100011110 1011001 110001

Color Harmonies of #B90EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90EEB

Black with #B90EEB

Text Example


Text Example

White with #B90EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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