Shades of Medium Orchid #B742DC
Tints of Medium Orchid #B742DC
RGB
CMYK
RGB Variations
Color information
#B742DC (or 0xB742DC) is known color: Medium Orchid. HEX triplet: B7, 42 and DC. RGB value is (183,66,220). Sum of RGB (Red+Green+Blue) = 183+66+220=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #B742DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742DC is #48BD23. Grayscale: #767676. Windows color (decimal): -4767012 or 14434999. OLE color: 14434999.
HSL color Cylindrical-coordinate representation of color #B742DC: hue angle of 285.58º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B742DC is Cyan = 0.17, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 66 | 220 | - |
| CMYK | 0.17 | 0.7 | 0 | 0.14 |
| HSL | 285.58º | 0.69% | 0.56% | - |
| HSV(B) | 285.58º | 0.7% | 0.86% | - |
| XYZ | 34.39 | 19.13 | 69.59 | - |
| YUV | 118.54 | 185.26 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 220 | 0.17 | 0.7 | 0 | 0.14 | 285.58 | 0.69 | 0.56 |
| Hex | B7 | 42 | DC | 11 | 46 | 0 | E | 11E | 45 | 38 |
| Octal | 267 | 102 | 334 | 21 | 106 | 0 | 16 | 436 | 105 | 70 |
| Binary | 10110111 | 1000010 | 11011100 | 10001 | 1000110 | 0 | 1110 | 100011110 | 1000101 | 111000 |
Color Harmonies of #B742DC
Complementary color
Monochromatic Colors of #B742DC
Black with #B742DC
Text Example
Text Example
White with #B742DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742DC; }
p { color: rgb(183,66,220); }
H1.HeaderClassName
{
color: #B742DC;
}
.AnyTagClassName
{
color: #B742DC;
}
</style>
background-color css
<style>
a { background-color: #B742DC; }
a { background-color: rgb(183,66,220); }
div.DivClassName
{
background-color: #B742DC;
}
.BgClassName
{
background-color: #B742DC;
}
</style>
border-color css
<style>
span { border-color: #B742DC; }
span { border-color: rgb(183,66,220); }
td.TdClassName
{
border-color: #B742DC;
}
.TagClassName
{
border-color: #B742DC;
}
</style>