Shades of Medium Orchid #B738C9
Tints of Medium Orchid #B738C9
RGB
CMYK
RGB Variations
Color information
#B738C9 (or 0xB738C9) is known color: Medium Orchid. HEX triplet: B7, 38 and C9. RGB value is (183,56,201). Sum of RGB (Red+Green+Blue) = 183+56+201=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #B738C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738C9 is #48C736. Grayscale: #6E6E6E. Windows color (decimal): -4769591 or 13187255. OLE color: 13187255.
HSL color Cylindrical-coordinate representation of color #B738C9: hue angle of 292.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B738C9 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 56 | 201 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.21 |
| HSL | 292.55º | 0.57% | 0.5% | - |
| HSV(B) | 292.55º | 0.72% | 0.79% | - |
| XYZ | 31.49 | 17.11 | 56.9 | - |
| YUV | 110.5 | 179.08 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 201 | 0.09 | 0.72 | 0 | 0.21 | 292.55 | 0.57 | 0.5 |
| Hex | B7 | 38 | C9 | 9 | 48 | 0 | 15 | 125 | 39 | 32 |
| Octal | 267 | 70 | 311 | 11 | 110 | 0 | 25 | 445 | 71 | 62 |
| Binary | 10110111 | 111000 | 11001001 | 1001 | 1001000 | 0 | 10101 | 100100101 | 111001 | 110010 |
Color Harmonies of #B738C9
Complementary color
Monochromatic Colors of #B738C9
Black with #B738C9
Text Example
Text Example
White with #B738C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B738C9; }
p { color: rgb(183,56,201); }
H1.HeaderClassName
{
color: #B738C9;
}
.AnyTagClassName
{
color: #B738C9;
}
</style>
background-color css
<style>
a { background-color: #B738C9; }
a { background-color: rgb(183,56,201); }
div.DivClassName
{
background-color: #B738C9;
}
.BgClassName
{
background-color: #B738C9;
}
</style>
border-color css
<style>
span { border-color: #B738C9; }
span { border-color: rgb(183,56,201); }
td.TdClassName
{
border-color: #B738C9;
}
.TagClassName
{
border-color: #B738C9;
}
</style>