#B90AF9

Color #B90AF9 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #B90AF9

Tints of Electric Purple #B90AF9

Color information

#B90AF9 (or 0xB90AF9) is unknown color: approx Electric Purple. HEX triplet: B9, 0A and F9. RGB value is (185,10,249). Sum of RGB (Red+Green+Blue) = 185+10+249=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #B90AF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90AF9 is #46F506. Grayscale: #585858. Windows color (decimal): -4650247 or 16321209. OLE color: 16321209.

HSL color Cylindrical-coordinate representation of color #B90AF9: hue angle of 283.93º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90AF9 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18510249-
CMYK0.260.9600.02
HSL283.93º95.22%50.78%-
HSV(B)283.93º95.98%97.65%-
XYZ37.2217.3791.01-
YUV89.57217.98196.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 10 (4.30% from 255) = 2.25%
BLUE value IS 249 (97.66% from 255) = 56.08%
R=41.67%
G=2.25%
B=56.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal185102490.260.9600.02283.9395.2250.78
HexB9AF91A600211c5f33
Octal27112371321400243413763
Binary101110011010111110011101011000000101000111001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90AF9; }

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

 H1.HeaderClassName
 {
   color: #B90AF9;
 }
 .AnyTagClassName
 {
   color: #B90AF9;
 }
</style>
background-color css

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

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

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

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

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

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