Shades of Electric Purple #B90AF3
Tints of Electric Purple #B90AF3
RGB
CMYK
RGB Variations
Color information
#B90AF3 (or 0xB90AF3) is known color: Electric Purple. HEX triplet: B9, 0A and F3. RGB value is (185,10,243). Sum of RGB (Red+Green+Blue) = 185+10+243=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #B90AF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90AF3 is #46F50C. Grayscale: #585858. Windows color (decimal): -4650253 or 15927993. OLE color: 15927993.
HSL color Cylindrical-coordinate representation of color #B90AF3: hue angle of 285.06º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90AF3 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 185 | 10 | 243 | - |
CMYK | 0.24 | 0.96 | 0 | 0.05 |
HSL | 285.06º | 0.92% | 0.5% | - |
HSV(B) | 285.06º | 0.96% | 0.95% | - |
XYZ | 36.29 | 17 | 86.16 | - |
YUV | 88.89 | 214.98 | 196.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 10 | 243 | 0.24 | 0.96 | 0 | 0.05 | 285.06 | 0.92 | 0.5 |
Hex | B9 | A | F3 | 18 | 60 | 0 | 5 | 11D | 5C | 32 |
Octal | 271 | 12 | 363 | 30 | 140 | 0 | 5 | 435 | 134 | 62 |
Binary | 10111001 | 1010 | 11110011 | 11000 | 1100000 | 0 | 101 | 100011101 | 1011100 | 110010 |
Color Harmonies of #B90AF3
Complementary color
Monochromatic Colors of #B90AF3
Black with #B90AF3
Text Example
Text Example
White with #B90AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90AF3; }
p { color: rgb(185,10,243); }
H1.HeaderClassName
{
color: #B90AF3;
}
.AnyTagClassName
{
color: #B90AF3;
}
</style>
background-color css
<style>
a { background-color: #B90AF3; }
a { background-color: rgb(185,10,243); }
div.DivClassName
{
background-color: #B90AF3;
}
.BgClassName
{
background-color: #B90AF3;
}
</style>
border-color css
<style>
span { border-color: #B90AF3; }
span { border-color: rgb(185,10,243); }
td.TdClassName
{
border-color: #B90AF3;
}
.TagClassName
{
border-color: #B90AF3;
}
</style>