Shades of Dark Orchid #B02FDF
Tints of Dark Orchid #B02FDF
RGB
CMYK
RGB Variations
Color information
#B02FDF (or 0xB02FDF) is known color: Dark Orchid. HEX triplet: B0, 2F and DF. RGB value is (176,47,223). Sum of RGB (Red+Green+Blue) = 176+47+223=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #B02FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02FDF is #4FD020. Grayscale: #696969. Windows color (decimal): -5230625 or 14626736. OLE color: 14626736.
HSL color Cylindrical-coordinate representation of color #B02FDF: hue angle of 283.98º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02FDF is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 47 | 223 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.13 |
| HSL | 283.98º | 0.73% | 0.53% | - |
| HSV(B) | 283.98º | 0.79% | 0.87% | - |
| XYZ | 32.24 | 16.59 | 71.32 | - |
| YUV | 105.64 | 194.24 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 223 | 0.21 | 0.79 | 0 | 0.13 | 283.98 | 0.73 | 0.53 |
| Hex | B0 | 2F | DF | 15 | 4F | 0 | D | 11C | 49 | 35 |
| Octal | 260 | 57 | 337 | 25 | 117 | 0 | 15 | 434 | 111 | 65 |
| Binary | 10110000 | 101111 | 11011111 | 10101 | 1001111 | 0 | 1101 | 100011100 | 1001001 | 110101 |
Color Harmonies of #B02FDF
Complementary color
Monochromatic Colors of #B02FDF
Black with #B02FDF
Text Example
Text Example
White with #B02FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02FDF; }
p { color: rgb(176,47,223); }
H1.HeaderClassName
{
color: #B02FDF;
}
.AnyTagClassName
{
color: #B02FDF;
}
</style>
background-color css
<style>
a { background-color: #B02FDF; }
a { background-color: rgb(176,47,223); }
div.DivClassName
{
background-color: #B02FDF;
}
.BgClassName
{
background-color: #B02FDF;
}
</style>
border-color css
<style>
span { border-color: #B02FDF; }
span { border-color: rgb(176,47,223); }
td.TdClassName
{
border-color: #B02FDF;
}
.TagClassName
{
border-color: #B02FDF;
}
</style>