Shades of Medium Orchid #B734D3
Tints of Medium Orchid #B734D3
RGB
CMYK
RGB Variations
Color information
#B734D3 (or 0xB734D3) is known color: Medium Orchid. HEX triplet: B7, 34 and D3. RGB value is (183,52,211). Sum of RGB (Red+Green+Blue) = 183+52+211=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 211 - color contains mainly: blue. Hex color #B734D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734D3 is #48CB2C. Grayscale: #6C6C6C. Windows color (decimal): -4770605 or 13841591. OLE color: 13841591.
HSL color Cylindrical-coordinate representation of color #B734D3: hue angle of 289.43º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B734D3 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 52 | 211 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.17 |
| HSL | 289.43º | 0.64% | 0.52% | - |
| HSV(B) | 289.43º | 0.75% | 0.83% | - |
| XYZ | 32.51 | 17.23 | 63.24 | - |
| YUV | 109.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 211 | 0.13 | 0.75 | 0 | 0.17 | 289.43 | 0.64 | 0.52 |
| Hex | B7 | 34 | D3 | D | 4B | 0 | 11 | 121 | 40 | 34 |
| Octal | 267 | 64 | 323 | 15 | 113 | 0 | 21 | 441 | 100 | 64 |
| Binary | 10110111 | 110100 | 11010011 | 1101 | 1001011 | 0 | 10001 | 100100001 | 1000000 | 110100 |
Color Harmonies of #B734D3
Complementary color
Monochromatic Colors of #B734D3
Black with #B734D3
Text Example
Text Example
White with #B734D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B734D3; }
p { color: rgb(183,52,211); }
H1.HeaderClassName
{
color: #B734D3;
}
.AnyTagClassName
{
color: #B734D3;
}
</style>
background-color css
<style>
a { background-color: #B734D3; }
a { background-color: rgb(183,52,211); }
div.DivClassName
{
background-color: #B734D3;
}
.BgClassName
{
background-color: #B734D3;
}
</style>
border-color css
<style>
span { border-color: #B734D3; }
span { border-color: rgb(183,52,211); }
td.TdClassName
{
border-color: #B734D3;
}
.TagClassName
{
border-color: #B734D3;
}
</style>