Shades of Dark Orchid #B830CF
Tints of Dark Orchid #B830CF
RGB
CMYK
RGB Variations
Color information
#B830CF (or 0xB830CF) is known color: Dark Orchid. HEX triplet: B8, 30 and CF. RGB value is (184,48,207). Sum of RGB (Red+Green+Blue) = 184+48+207=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #B830CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B830CF is #47CF30. Grayscale: #6A6A6A. Windows color (decimal): -4706097 or 13578424. OLE color: 13578424.
HSL color Cylindrical-coordinate representation of color #B830CF: hue angle of 291.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B830CF is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 48 | 207 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.19 |
| HSL | 291.32º | 0.62% | 0.5% | - |
| HSV(B) | 291.32º | 0.77% | 0.81% | - |
| XYZ | 32.09 | 16.81 | 60.58 | - |
| YUV | 106.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 207 | 0.11 | 0.77 | 0 | 0.19 | 291.32 | 0.62 | 0.5 |
| Hex | B8 | 30 | CF | B | 4D | 0 | 13 | 123 | 3E | 32 |
| Octal | 270 | 60 | 317 | 13 | 115 | 0 | 23 | 443 | 76 | 62 |
| Binary | 10111000 | 110000 | 11001111 | 1011 | 1001101 | 0 | 10011 | 100100011 | 111110 | 110010 |
Color Harmonies of #B830CF
Complementary color
Monochromatic Colors of #B830CF
Black with #B830CF
Text Example
Text Example
White with #B830CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B830CF; }
p { color: rgb(184,48,207); }
H1.HeaderClassName
{
color: #B830CF;
}
.AnyTagClassName
{
color: #B830CF;
}
</style>
background-color css
<style>
a { background-color: #B830CF; }
a { background-color: rgb(184,48,207); }
div.DivClassName
{
background-color: #B830CF;
}
.BgClassName
{
background-color: #B830CF;
}
</style>
border-color css
<style>
span { border-color: #B830CF; }
span { border-color: rgb(184,48,207); }
td.TdClassName
{
border-color: #B830CF;
}
.TagClassName
{
border-color: #B830CF;
}
</style>