Shades of Medium Orchid #B748DC
Tints of Medium Orchid #B748DC
RGB
CMYK
RGB Variations
Color information
#B748DC (or 0xB748DC) is known color: Medium Orchid. HEX triplet: B7, 48 and DC. RGB value is (183,72,220). Sum of RGB (Red+Green+Blue) = 183+72+220=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #B748DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748DC is #48B723. Grayscale: #797979. Windows color (decimal): -4765476 or 14436535. OLE color: 14436535.
HSL color Cylindrical-coordinate representation of color #B748DC: hue angle of 285º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B748DC is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 72 | 220 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.14 |
| HSL | 285º | 0.68% | 0.57% | - |
| HSV(B) | 285º | 0.67% | 0.86% | - |
| XYZ | 34.76 | 19.87 | 69.71 | - |
| YUV | 122.06 | 183.27 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 220 | 0.17 | 0.67 | 0 | 0.14 | 285 | 0.68 | 0.57 |
| Hex | B7 | 48 | DC | 11 | 43 | 0 | E | 11D | 44 | 39 |
| Octal | 267 | 110 | 334 | 21 | 103 | 0 | 16 | 435 | 104 | 71 |
| Binary | 10110111 | 1001000 | 11011100 | 10001 | 1000011 | 0 | 1110 | 100011101 | 1000100 | 111001 |
Color Harmonies of #B748DC
Complementary color
Monochromatic Colors of #B748DC
Black with #B748DC
Text Example
Text Example
White with #B748DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748DC; }
p { color: rgb(183,72,220); }
H1.HeaderClassName
{
color: #B748DC;
}
.AnyTagClassName
{
color: #B748DC;
}
</style>
background-color css
<style>
a { background-color: #B748DC; }
a { background-color: rgb(183,72,220); }
div.DivClassName
{
background-color: #B748DC;
}
.BgClassName
{
background-color: #B748DC;
}
</style>
border-color css
<style>
span { border-color: #B748DC; }
span { border-color: rgb(183,72,220); }
td.TdClassName
{
border-color: #B748DC;
}
.TagClassName
{
border-color: #B748DC;
}
</style>