Shades of Dark Orchid #B630DF
Tints of Dark Orchid #B630DF
RGB
CMYK
RGB Variations
Color information
#B630DF (or 0xB630DF) is known color: Dark Orchid. HEX triplet: B6, 30 and DF. RGB value is (182,48,223). Sum of RGB (Red+Green+Blue) = 182+48+223=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #B630DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B630DF is #49CF20. Grayscale: #6B6B6B. Windows color (decimal): -4837153 or 14626998. OLE color: 14626998.
HSL color Cylindrical-coordinate representation of color #B630DF: hue angle of 285.94º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B630DF is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 48 | 223 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.13 |
| HSL | 285.94º | 0.73% | 0.53% | - |
| HSV(B) | 285.94º | 0.78% | 0.87% | - |
| XYZ | 33.67 | 17.39 | 71.39 | - |
| YUV | 108.02 | 192.89 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 223 | 0.18 | 0.78 | 0 | 0.13 | 285.94 | 0.73 | 0.53 |
| Hex | B6 | 30 | DF | 12 | 4E | 0 | D | 11E | 49 | 35 |
| Octal | 266 | 60 | 337 | 22 | 116 | 0 | 15 | 436 | 111 | 65 |
| Binary | 10110110 | 110000 | 11011111 | 10010 | 1001110 | 0 | 1101 | 100011110 | 1001001 | 110101 |
Color Harmonies of #B630DF
Complementary color
Monochromatic Colors of #B630DF
Black with #B630DF
Text Example
Text Example
White with #B630DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B630DF; }
p { color: rgb(182,48,223); }
H1.HeaderClassName
{
color: #B630DF;
}
.AnyTagClassName
{
color: #B630DF;
}
</style>
background-color css
<style>
a { background-color: #B630DF; }
a { background-color: rgb(182,48,223); }
div.DivClassName
{
background-color: #B630DF;
}
.BgClassName
{
background-color: #B630DF;
}
</style>
border-color css
<style>
span { border-color: #B630DF; }
span { border-color: rgb(182,48,223); }
td.TdClassName
{
border-color: #B630DF;
}
.TagClassName
{
border-color: #B630DF;
}
</style>