Html Css Color HEX #B90AEF Electric Purple

📋 copy color: '#B90AEF'

red 185 ◦ green 10 ◦ blue 239

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

Shades of Electric Purple #B90AEF

Tints of Electric Purple #B90AEF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.3%

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 42.63%
G = 2.3%
B = 55.07%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B90AEF (or 0xB90AEF) is known color: Electric Purple. HEX triplet: B9, 0A and EF. RGB value is (185,10,239). Sum of RGB (Red+Green+Blue) = 185+10+239=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #B90AEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90AEF is #46F510. Grayscale: #575757. Windows color (decimal): -4650257 or 15665849. OLE color: 15665849.

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

Color convert

RGB 185 10 239 -
CMYK 0.23 0.96 0 0.06
HSL 285.85º 0.92% 0.49% -
HSV(B) 285.85º 0.96% 0.94% -
XYZ 35.7 16.76 83.02 -
YUV 88.43 212.98 196.88 -
System Red Green Blue C M Y K H S L
Decimal 185 10 239 0.23 0.96 0 0.06 285.85 0.92 0.49
Hex B9 A EF 17 60 0 6 11E 5C 31
Octal 271 12 357 27 140 0 6 436 134 61
Binary 10111001 1010 11101111 10111 1100000 0 110 100011110 1011100 110001

Color Harmonies of #B90AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90AEF

Black with #B90AEF

Text Example


Text Example

White with #B90AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90AEF; }

 p { color: rgb(185,10,239); }

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

background-color css

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

 a { background-color: rgb(185,10,239); }

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

border-color css

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

 span { border-color: rgb(185,10,239); }

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