Shades of Medium Orchid #B734CF
Tints of Medium Orchid #B734CF
RGB
CMYK
RGB Variations
Color information
#B734CF (or 0xB734CF) is known color: Medium Orchid. HEX triplet: B7, 34 and CF. RGB value is (183,52,207). Sum of RGB (Red+Green+Blue) = 183+52+207=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #B734CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734CF is #48CB30. Grayscale: #6C6C6C. Windows color (decimal): -4770609 or 13579447. OLE color: 13579447.
HSL color Cylindrical-coordinate representation of color #B734CF: hue angle of 290.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B734CF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 52 | 207 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.19 |
| HSL | 290.71º | 0.62% | 0.51% | - |
| HSV(B) | 290.71º | 0.75% | 0.81% | - |
| XYZ | 32.02 | 17.03 | 60.63 | - |
| YUV | 108.84 | 183.4 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 207 | 0.12 | 0.75 | 0 | 0.19 | 290.71 | 0.62 | 0.51 |
| Hex | B7 | 34 | CF | C | 4B | 0 | 13 | 123 | 3E | 33 |
| Octal | 267 | 64 | 317 | 14 | 113 | 0 | 23 | 443 | 76 | 63 |
| Binary | 10110111 | 110100 | 11001111 | 1100 | 1001011 | 0 | 10011 | 100100011 | 111110 | 110011 |
Color Harmonies of #B734CF
Complementary color
Monochromatic Colors of #B734CF
Black with #B734CF
Text Example
Text Example
White with #B734CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B734CF; }
p { color: rgb(183,52,207); }
H1.HeaderClassName
{
color: #B734CF;
}
.AnyTagClassName
{
color: #B734CF;
}
</style>
background-color css
<style>
a { background-color: #B734CF; }
a { background-color: rgb(183,52,207); }
div.DivClassName
{
background-color: #B734CF;
}
.BgClassName
{
background-color: #B734CF;
}
</style>
border-color css
<style>
span { border-color: #B734CF; }
span { border-color: rgb(183,52,207); }
td.TdClassName
{
border-color: #B734CF;
}
.TagClassName
{
border-color: #B734CF;
}
</style>