Shades of Medium Orchid #B742DF
Tints of Medium Orchid #B742DF
RGB
CMYK
RGB Variations
Color information
#B742DF (or 0xB742DF) is known color: Medium Orchid. HEX triplet: B7, 42 and DF. RGB value is (183,66,223). Sum of RGB (Red+Green+Blue) = 183+66+223=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #B742DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742DF is #48BD20. Grayscale: #767676. Windows color (decimal): -4767009 or 14631607. OLE color: 14631607.
HSL color Cylindrical-coordinate representation of color #B742DF: hue angle of 284.71º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B742DF is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 66 | 223 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.13 |
| HSL | 284.71º | 0.71% | 0.57% | - |
| HSV(B) | 284.71º | 0.7% | 0.87% | - |
| XYZ | 34.8 | 19.29 | 71.7 | - |
| YUV | 118.88 | 186.76 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 223 | 0.18 | 0.70 | 0 | 0.13 | 284.71 | 0.71 | 0.57 |
| Hex | B7 | 42 | DF | 12 | 46 | 0 | D | 11D | 47 | 39 |
| Octal | 267 | 102 | 337 | 22 | 106 | 0 | 15 | 435 | 107 | 71 |
| Binary | 10110111 | 1000010 | 11011111 | 10010 | 1000110 | 0 | 1101 | 100011101 | 1000111 | 111001 |
Color Harmonies of #B742DF
Complementary color
Monochromatic Colors of #B742DF
Black with #B742DF
Text Example
Text Example
White with #B742DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742DF; }
p { color: rgb(183,66,223); }
H1.HeaderClassName
{
color: #B742DF;
}
.AnyTagClassName
{
color: #B742DF;
}
</style>
background-color css
<style>
a { background-color: #B742DF; }
a { background-color: rgb(183,66,223); }
div.DivClassName
{
background-color: #B742DF;
}
.BgClassName
{
background-color: #B742DF;
}
</style>
border-color css
<style>
span { border-color: #B742DF; }
span { border-color: rgb(183,66,223); }
td.TdClassName
{
border-color: #B742DF;
}
.TagClassName
{
border-color: #B742DF;
}
</style>