Html Css Color HEX #B90AFF Electric Purple

📋 copy color: '#B90AFF'

red 185 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #B90AFF

Tints of Electric Purple #B90AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 41.11%
G = 2.22%
B = 56.67%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B90AFF (or 0xB90AFF) is known color: Electric Purple. HEX triplet: B9, 0A and FF. RGB value is (185,10,255). Sum of RGB (Red+Green+Blue) = 185+10+255=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #B90AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90AFF is #46F500. Grayscale: #595959. Windows color (decimal): -4650241 or 16714425. OLE color: 16714425.

HSL color Cylindrical-coordinate representation of color #B90AFF: hue angle of 282.86º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90AFF is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 10 255 -
CMYK 0.27 0.96 0 0
HSL 282.86º 1% 0.52% -
HSV(B) 282.86º 0.96% 1% -
XYZ 38.17 17.75 96.02 -
YUV 90.26 220.98 195.58 -
System Red Green Blue C M Y K H S L
Decimal 185 10 255 0.27 0.96 0 0 282.86 1 0.52
Hex B9 A FF 1B 60 0 0 11B 64 34
Octal 271 12 377 33 140 0 0 433 144 64
Binary 10111001 1010 11111111 11011 1100000 0 0 100011011 1100100 110100

Color Harmonies of #B90AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90AFF

Black with #B90AFF

Text Example


Text Example

White with #B90AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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