Shades of Medium Orchid #B738C8
Tints of Medium Orchid #B738C8
RGB
CMYK
RGB Variations
Color information
#B738C8 (or 0xB738C8) is known color: Medium Orchid. HEX triplet: B7, 38 and C8. RGB value is (183,56,200). Sum of RGB (Red+Green+Blue) = 183+56+200=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 200 - color contains mainly: blue. Hex color #B738C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738C8 is #48C737. Grayscale: #6D6D6D. Windows color (decimal): -4769592 or 13121719. OLE color: 13121719.
HSL color Cylindrical-coordinate representation of color #B738C8: hue angle of 292.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B738C8 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 56 | 200 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.22 |
| HSL | 292.92º | 0.57% | 0.5% | - |
| HSV(B) | 292.92º | 0.72% | 0.78% | - |
| XYZ | 31.37 | 17.07 | 56.28 | - |
| YUV | 110.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 200 | 0.08 | 0.72 | 0 | 0.22 | 292.92 | 0.57 | 0.5 |
| Hex | B7 | 38 | C8 | 8 | 48 | 0 | 16 | 125 | 39 | 32 |
| Octal | 267 | 70 | 310 | 10 | 110 | 0 | 26 | 445 | 71 | 62 |
| Binary | 10110111 | 111000 | 11001000 | 1000 | 1001000 | 0 | 10110 | 100100101 | 111001 | 110010 |
Color Harmonies of #B738C8
Complementary color
Monochromatic Colors of #B738C8
Black with #B738C8
Text Example
Text Example
White with #B738C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B738C8; }
p { color: rgb(183,56,200); }
H1.HeaderClassName
{
color: #B738C8;
}
.AnyTagClassName
{
color: #B738C8;
}
</style>
background-color css
<style>
a { background-color: #B738C8; }
a { background-color: rgb(183,56,200); }
div.DivClassName
{
background-color: #B738C8;
}
.BgClassName
{
background-color: #B738C8;
}
</style>
border-color css
<style>
span { border-color: #B738C8; }
span { border-color: rgb(183,56,200); }
td.TdClassName
{
border-color: #B738C8;
}
.TagClassName
{
border-color: #B738C8;
}
</style>