Shades of Medium Orchid #B748DA
Tints of Medium Orchid #B748DA
RGB
CMYK
RGB Variations
Color information
#B748DA (or 0xB748DA) is known color: Medium Orchid. HEX triplet: B7, 48 and DA. RGB value is (183,72,218). Sum of RGB (Red+Green+Blue) = 183+72+218=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #B748DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748DA is #48B725. Grayscale: #797979. Windows color (decimal): -4765478 or 14305463. OLE color: 14305463.
HSL color Cylindrical-coordinate representation of color #B748DA: hue angle of 285.62º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B748DA is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 72 | 218 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.15 |
| HSL | 285.62º | 0.66% | 0.57% | - |
| HSV(B) | 285.62º | 0.67% | 0.85% | - |
| XYZ | 34.5 | 19.76 | 68.33 | - |
| YUV | 121.83 | 182.27 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 218 | 0.16 | 0.67 | 0 | 0.15 | 285.62 | 0.66 | 0.57 |
| Hex | B7 | 48 | DA | 10 | 43 | 0 | F | 11E | 42 | 39 |
| Octal | 267 | 110 | 332 | 20 | 103 | 0 | 17 | 436 | 102 | 71 |
| Binary | 10110111 | 1001000 | 11011010 | 10000 | 1000011 | 0 | 1111 | 100011110 | 1000010 | 111001 |
Color Harmonies of #B748DA
Complementary color
Monochromatic Colors of #B748DA
Black with #B748DA
Text Example
Text Example
White with #B748DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748DA; }
p { color: rgb(183,72,218); }
H1.HeaderClassName
{
color: #B748DA;
}
.AnyTagClassName
{
color: #B748DA;
}
</style>
background-color css
<style>
a { background-color: #B748DA; }
a { background-color: rgb(183,72,218); }
div.DivClassName
{
background-color: #B748DA;
}
.BgClassName
{
background-color: #B748DA;
}
</style>
border-color css
<style>
span { border-color: #B748DA; }
span { border-color: rgb(183,72,218); }
td.TdClassName
{
border-color: #B748DA;
}
.TagClassName
{
border-color: #B748DA;
}
</style>