Shades of Medium Orchid #B73ACF
Tints of Medium Orchid #B73ACF
RGB
CMYK
RGB Variations
Color information
#B73ACF (or 0xB73ACF) is known color: Medium Orchid. HEX triplet: B7, 3A and CF. RGB value is (183,58,207). Sum of RGB (Red+Green+Blue) = 183+58+207=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #B73ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ACF is #48C530. Grayscale: #6F6F6F. Windows color (decimal): -4769073 or 13580983. OLE color: 13580983.
HSL color Cylindrical-coordinate representation of color #B73ACF: hue angle of 290.34º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73ACF is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 58 | 207 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.19 |
| HSL | 290.34º | 0.61% | 0.52% | - |
| HSV(B) | 290.34º | 0.72% | 0.81% | - |
| XYZ | 32.3 | 17.6 | 60.73 | - |
| YUV | 112.36 | 181.41 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 207 | 0.12 | 0.72 | 0 | 0.19 | 290.34 | 0.61 | 0.52 |
| Hex | B7 | 3A | CF | C | 48 | 0 | 13 | 122 | 3D | 34 |
| Octal | 267 | 72 | 317 | 14 | 110 | 0 | 23 | 442 | 75 | 64 |
| Binary | 10110111 | 111010 | 11001111 | 1100 | 1001000 | 0 | 10011 | 100100010 | 111101 | 110100 |
Color Harmonies of #B73ACF
Complementary color
Monochromatic Colors of #B73ACF
Black with #B73ACF
Text Example
Text Example
White with #B73ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73ACF; }
p { color: rgb(183,58,207); }
H1.HeaderClassName
{
color: #B73ACF;
}
.AnyTagClassName
{
color: #B73ACF;
}
</style>
background-color css
<style>
a { background-color: #B73ACF; }
a { background-color: rgb(183,58,207); }
div.DivClassName
{
background-color: #B73ACF;
}
.BgClassName
{
background-color: #B73ACF;
}
</style>
border-color css
<style>
span { border-color: #B73ACF; }
span { border-color: rgb(183,58,207); }
td.TdClassName
{
border-color: #B73ACF;
}
.TagClassName
{
border-color: #B73ACF;
}
</style>