Shades of Medium Orchid #B843CF
Tints of Medium Orchid #B843CF
RGB
CMYK
RGB Variations
Color information
#B843CF (or 0xB843CF) is known color: Medium Orchid. HEX triplet: B8, 43 and CF. RGB value is (184,67,207). Sum of RGB (Red+Green+Blue) = 184+67+207=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #B843CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B843CF is #47BC30. Grayscale: #757575. Windows color (decimal): -4701233 or 13583288. OLE color: 13583288.
HSL color Cylindrical-coordinate representation of color #B843CF: hue angle of 290.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B843CF is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 67 | 207 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.19 |
| HSL | 290.14º | 0.59% | 0.54% | - |
| HSV(B) | 290.14º | 0.68% | 0.81% | - |
| XYZ | 33.04 | 18.71 | 60.9 | - |
| YUV | 117.94 | 178.26 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 207 | 0.11 | 0.68 | 0 | 0.19 | 290.14 | 0.59 | 0.54 |
| Hex | B8 | 43 | CF | B | 44 | 0 | 13 | 122 | 3B | 36 |
| Octal | 270 | 103 | 317 | 13 | 104 | 0 | 23 | 442 | 73 | 66 |
| Binary | 10111000 | 1000011 | 11001111 | 1011 | 1000100 | 0 | 10011 | 100100010 | 111011 | 110110 |
Color Harmonies of #B843CF
Complementary color
Monochromatic Colors of #B843CF
Black with #B843CF
Text Example
Text Example
White with #B843CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B843CF; }
p { color: rgb(184,67,207); }
H1.HeaderClassName
{
color: #B843CF;
}
.AnyTagClassName
{
color: #B843CF;
}
</style>
background-color css
<style>
a { background-color: #B843CF; }
a { background-color: rgb(184,67,207); }
div.DivClassName
{
background-color: #B843CF;
}
.BgClassName
{
background-color: #B843CF;
}
</style>
border-color css
<style>
span { border-color: #B843CF; }
span { border-color: rgb(184,67,207); }
td.TdClassName
{
border-color: #B843CF;
}
.TagClassName
{
border-color: #B843CF;
}
</style>