Shades of Electric Purple #B00AFD
Tints of Electric Purple #B00AFD
RGB
CMYK
RGB Variations
Color information
#B00AFD (or 0xB00AFD) is known color: Electric Purple. HEX triplet: B0, 0A and FD. RGB value is (176,10,253). Sum of RGB (Red+Green+Blue) = 176+10+253=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #B00AFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00AFD is #4FF502. Grayscale: #565656. Windows color (decimal): -5240067 or 16583344. OLE color: 16583344.
HSL color Cylindrical-coordinate representation of color #B00AFD: hue angle of 280.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B00AFD is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 176 | 10 | 253 | - |
CMYK | 0.30 | 0.96 | 0 | 0.01 |
HSL | 280.99º | 0.98% | 0.52% | - |
HSV(B) | 280.99º | 0.96% | 0.99% | - |
XYZ | 35.74 | 16.54 | 94.24 | - |
YUV | 87.34 | 221.5 | 191.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 10 | 253 | 0.30 | 0.96 | 0 | 0.01 | 280.99 | 0.98 | 0.52 |
Hex | B0 | A | FD | 1E | 60 | 0 | 1 | 119 | 62 | 34 |
Octal | 260 | 12 | 375 | 36 | 140 | 0 | 1 | 431 | 142 | 64 |
Binary | 10110000 | 1010 | 11111101 | 11110 | 1100000 | 0 | 1 | 100011001 | 1100010 | 110100 |
Color Harmonies of #B00AFD
Complementary color
Monochromatic Colors of #B00AFD
Black with #B00AFD
Text Example
Text Example
White with #B00AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00AFD; }
p { color: rgb(176,10,253); }
H1.HeaderClassName
{
color: #B00AFD;
}
.AnyTagClassName
{
color: #B00AFD;
}
</style>
background-color css
<style>
a { background-color: #B00AFD; }
a { background-color: rgb(176,10,253); }
div.DivClassName
{
background-color: #B00AFD;
}
.BgClassName
{
background-color: #B00AFD;
}
</style>
border-color css
<style>
span { border-color: #B00AFD; }
span { border-color: rgb(176,10,253); }
td.TdClassName
{
border-color: #B00AFD;
}
.TagClassName
{
border-color: #B00AFD;
}
</style>