Html Css Color HEX #B90AF0 Electric Purple

📋 copy color: '#B90AF0'

red 185 ◦ green 10 ◦ blue 240

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

Shades of Electric Purple #B90AF0

Tints of Electric Purple #B90AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.17%

R = 42.53%
G = 2.3%
B = 55.17%

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

#B90AF0 (or 0xB90AF0) is known color: Electric Purple. HEX triplet: B9, 0A and F0. RGB value is (185,10,240). Sum of RGB (Red+Green+Blue) = 185+10+240=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #B90AF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90AF0 is #46F50F. Grayscale: #575757. Windows color (decimal): -4650256 or 15731385. OLE color: 15731385.

HSL color Cylindrical-coordinate representation of color #B90AF0: hue angle of 285.65º 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 #B90AF0 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 10 240 -
CMYK 0.23 0.96 0 0.06
HSL 285.65º 0.92% 0.49% -
HSV(B) 285.65º 0.96% 0.94% -
XYZ 35.84 16.82 83.8 -
YUV 88.55 213.48 196.8 -
System Red Green Blue C M Y K H S L
Decimal 185 10 240 0.23 0.96 0 0.06 285.65 0.92 0.49
Hex B9 A F0 17 60 0 6 11E 5C 31
Octal 271 12 360 27 140 0 6 436 134 61
Binary 10111001 1010 11110000 10111 1100000 0 110 100011110 1011100 110001

Color Harmonies of #B90AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90AF0

Black with #B90AF0

Text Example


Text Example

White with #B90AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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