Html Css Color HEX #B90EE7 Electric Purple

📋 copy color: '#B90EE7'

red 185 ◦ green 14 ◦ blue 231

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

Shades of Electric Purple #B90EE7

Tints of Electric Purple #B90EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 53.72%

R = 43.02%
G = 3.26%
B = 53.72%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B90EE7 (or 0xB90EE7) is known color: Electric Purple. HEX triplet: B9, 0E and E7. RGB value is (185,14,231). Sum of RGB (Red+Green+Blue) = 185+14+231=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #B90EE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90EE7 is #46F118. Grayscale: #595959. Windows color (decimal): -4649241 or 15142585. OLE color: 15142585.

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

Color convert

RGB 185 14 231 -
CMYK 0.20 0.94 0 0.09
HSL 287.28º 0.89% 0.48% -
HSV(B) 287.28º 0.94% 0.91% -
XYZ 34.59 16.4 76.94 -
YUV 89.87 207.65 195.86 -
System Red Green Blue C M Y K H S L
Decimal 185 14 231 0.20 0.94 0 0.09 287.28 0.89 0.48
Hex B9 E E7 14 5E 0 9 11F 59 30
Octal 271 16 347 24 136 0 11 437 131 60
Binary 10111001 1110 11100111 10100 1011110 0 1001 100011111 1011001 110000

Color Harmonies of #B90EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90EE7

Black with #B90EE7

Text Example


Text Example

White with #B90EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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