Html Css Color HEX #B90EED Electric Purple

📋 copy color: '#B90EED'

red 185 ◦ green 14 ◦ blue 237

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

Shades of Electric Purple #B90EED

Tints of Electric Purple #B90EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.36%

R = 42.43%
G = 3.21%
B = 54.36%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B90EED (or 0xB90EED) is known color: Electric Purple. HEX triplet: B9, 0E and ED. RGB value is (185,14,237). Sum of RGB (Red+Green+Blue) = 185+14+237=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #B90EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90EED is #46F112. Grayscale: #595959. Windows color (decimal): -4649235 or 15535801. OLE color: 15535801.

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

Color convert

RGB 185 14 237 -
CMYK 0.22 0.94 0 0.07
HSL 286.01º 0.89% 0.49% -
HSV(B) 286.01º 0.94% 0.93% -
XYZ 35.45 16.74 81.48 -
YUV 90.55 210.65 195.37 -
System Red Green Blue C M Y K H S L
Decimal 185 14 237 0.22 0.94 0 0.07 286.01 0.89 0.49
Hex B9 E ED 16 5E 0 7 11E 59 31
Octal 271 16 355 26 136 0 7 436 131 61
Binary 10111001 1110 11101101 10110 1011110 0 111 100011110 1011001 110001

Color Harmonies of #B90EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90EED

Black with #B90EED

Text Example


Text Example

White with #B90EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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