Html Css Color HEX #B90FE9 Electric Purple

📋 copy color: '#B90FE9'

red 185 ◦ green 15 ◦ blue 233

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

Shades of Electric Purple #B90FE9

Tints of Electric Purple #B90FE9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.46%

 BLUE value IS 233 (91.41% from 255) = 53.81%

R = 42.73%
G = 3.46%
B = 53.81%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B90FE9 (or 0xB90FE9) is known color: Electric Purple. HEX triplet: B9, 0F and E9. RGB value is (185,15,233). Sum of RGB (Red+Green+Blue) = 185+15+233=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #B90FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90FE9 is #46F016. Grayscale: #595959. Windows color (decimal): -4648983 or 15273913. OLE color: 15273913.

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

Color convert

RGB 185 15 233 -
CMYK 0.21 0.94 0 0.09
HSL 286.79º 0.88% 0.49% -
HSV(B) 286.79º 0.94% 0.91% -
XYZ 34.89 16.54 78.44 -
YUV 90.68 208.32 195.27 -
System Red Green Blue C M Y K H S L
Decimal 185 15 233 0.21 0.94 0 0.09 286.79 0.88 0.49
Hex B9 F E9 15 5E 0 9 11F 58 31
Octal 271 17 351 25 136 0 11 437 130 61
Binary 10111001 1111 11101001 10101 1011110 0 1001 100011111 1011000 110001

Color Harmonies of #B90FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FE9

Black with #B90FE9

Text Example


Text Example

White with #B90FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FE9; }

 p { color: rgb(185,15,233); }

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

background-color css

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

 a { background-color: rgb(185,15,233); }

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

border-color css

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

 span { border-color: rgb(185,15,233); }

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