Shades of Medium Orchid #B738DF
Tints of Medium Orchid #B738DF
RGB
CMYK
RGB Variations
Color information
#B738DF (or 0xB738DF) is known color: Medium Orchid. HEX triplet: B7, 38 and DF. RGB value is (183,56,223). Sum of RGB (Red+Green+Blue) = 183+56+223=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #B738DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738DF is #48C720. Grayscale: #707070. Windows color (decimal): -4769569 or 14629047. OLE color: 14629047.
HSL color Cylindrical-coordinate representation of color #B738DF: hue angle of 285.63º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B738DF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 56 | 223 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.13 |
| HSL | 285.63º | 0.72% | 0.55% | - |
| HSV(B) | 285.63º | 0.75% | 0.87% | - |
| XYZ | 34.26 | 18.22 | 71.52 | - |
| YUV | 113.01 | 190.08 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 223 | 0.18 | 0.75 | 0 | 0.13 | 285.63 | 0.72 | 0.55 |
| Hex | B7 | 38 | DF | 12 | 4B | 0 | D | 11E | 48 | 37 |
| Octal | 267 | 70 | 337 | 22 | 113 | 0 | 15 | 436 | 110 | 67 |
| Binary | 10110111 | 111000 | 11011111 | 10010 | 1001011 | 0 | 1101 | 100011110 | 1001000 | 110111 |
Color Harmonies of #B738DF
Complementary color
Monochromatic Colors of #B738DF
Black with #B738DF
Text Example
Text Example
White with #B738DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B738DF; }
p { color: rgb(183,56,223); }
H1.HeaderClassName
{
color: #B738DF;
}
.AnyTagClassName
{
color: #B738DF;
}
</style>
background-color css
<style>
a { background-color: #B738DF; }
a { background-color: rgb(183,56,223); }
div.DivClassName
{
background-color: #B738DF;
}
.BgClassName
{
background-color: #B738DF;
}
</style>
border-color css
<style>
span { border-color: #B738DF; }
span { border-color: rgb(183,56,223); }
td.TdClassName
{
border-color: #B738DF;
}
.TagClassName
{
border-color: #B738DF;
}
</style>