Shades of Medium Orchid #B838C9
Tints of Medium Orchid #B838C9
RGB
CMYK
RGB Variations
Color information
#B838C9 (or 0xB838C9) is known color: Medium Orchid. HEX triplet: B8, 38 and C9. RGB value is (184,56,201). Sum of RGB (Red+Green+Blue) = 184+56+201=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #B838C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838C9 is #47C736. Grayscale: #6E6E6E. Windows color (decimal): -4704055 or 13187256. OLE color: 13187256.
HSL color Cylindrical-coordinate representation of color #B838C9: hue angle of 292.97º 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 #B838C9 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 56 | 201 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.21 |
| HSL | 292.97º | 0.57% | 0.5% | - |
| HSV(B) | 292.97º | 0.72% | 0.79% | - |
| XYZ | 31.72 | 17.24 | 56.91 | - |
| YUV | 110.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 201 | 0.08 | 0.72 | 0 | 0.21 | 292.97 | 0.57 | 0.5 |
| Hex | B8 | 38 | C9 | 8 | 48 | 0 | 15 | 125 | 39 | 32 |
| Octal | 270 | 70 | 311 | 10 | 110 | 0 | 25 | 445 | 71 | 62 |
| Binary | 10111000 | 111000 | 11001001 | 1000 | 1001000 | 0 | 10101 | 100100101 | 111001 | 110010 |
Color Harmonies of #B838C9
Complementary color
Monochromatic Colors of #B838C9
Black with #B838C9
Text Example
Text Example
White with #B838C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B838C9; }
p { color: rgb(184,56,201); }
H1.HeaderClassName
{
color: #B838C9;
}
.AnyTagClassName
{
color: #B838C9;
}
</style>
background-color css
<style>
a { background-color: #B838C9; }
a { background-color: rgb(184,56,201); }
div.DivClassName
{
background-color: #B838C9;
}
.BgClassName
{
background-color: #B838C9;
}
</style>
border-color css
<style>
span { border-color: #B838C9; }
span { border-color: rgb(184,56,201); }
td.TdClassName
{
border-color: #B838C9;
}
.TagClassName
{
border-color: #B838C9;
}
</style>