Shades of Medium Orchid #B845D3
Tints of Medium Orchid #B845D3
RGB
CMYK
RGB Variations
Color information
#B845D3 (or 0xB845D3) is known color: Medium Orchid. HEX triplet: B8, 45 and D3. RGB value is (184,69,211). Sum of RGB (Red+Green+Blue) = 184+69+211=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #B845D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845D3 is #47BA2C. Grayscale: #777777. Windows color (decimal): -4700717 or 13845944. OLE color: 13845944.
HSL color Cylindrical-coordinate representation of color #B845D3: hue angle of 288.59º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B845D3 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 69 | 211 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.17 |
| HSL | 288.59º | 0.62% | 0.55% | - |
| HSV(B) | 288.59º | 0.67% | 0.83% | - |
| XYZ | 33.65 | 19.15 | 63.55 | - |
| YUV | 119.57 | 179.6 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 211 | 0.13 | 0.67 | 0 | 0.17 | 288.59 | 0.62 | 0.55 |
| Hex | B8 | 45 | D3 | D | 43 | 0 | 11 | 121 | 3E | 37 |
| Octal | 270 | 105 | 323 | 15 | 103 | 0 | 21 | 441 | 76 | 67 |
| Binary | 10111000 | 1000101 | 11010011 | 1101 | 1000011 | 0 | 10001 | 100100001 | 111110 | 110111 |
Color Harmonies of #B845D3
Complementary color
Monochromatic Colors of #B845D3
Black with #B845D3
Text Example
Text Example
White with #B845D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B845D3; }
p { color: rgb(184,69,211); }
H1.HeaderClassName
{
color: #B845D3;
}
.AnyTagClassName
{
color: #B845D3;
}
</style>
background-color css
<style>
a { background-color: #B845D3; }
a { background-color: rgb(184,69,211); }
div.DivClassName
{
background-color: #B845D3;
}
.BgClassName
{
background-color: #B845D3;
}
</style>
border-color css
<style>
span { border-color: #B845D3; }
span { border-color: rgb(184,69,211); }
td.TdClassName
{
border-color: #B845D3;
}
.TagClassName
{
border-color: #B845D3;
}
</style>