Shades of Medium Orchid #B538CF
Tints of Medium Orchid #B538CF
RGB
CMYK
RGB Variations
Color information
#B538CF (or 0xB538CF) is known color: Medium Orchid. HEX triplet: B5, 38 and CF. RGB value is (181,56,207). Sum of RGB (Red+Green+Blue) = 181+56+207=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #B538CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538CF is #4AC730. Grayscale: #6E6E6E. Windows color (decimal): -4900657 or 13580469. OLE color: 13580469.
HSL color Cylindrical-coordinate representation of color #B538CF: hue angle of 289.67º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B538CF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 56 | 207 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.19 |
| HSL | 289.67º | 0.61% | 0.52% | - |
| HSV(B) | 289.67º | 0.73% | 0.81% | - |
| XYZ | 31.73 | 17.16 | 60.67 | - |
| YUV | 110.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 207 | 0.13 | 0.73 | 0 | 0.19 | 289.67 | 0.61 | 0.52 |
| Hex | B5 | 38 | CF | D | 49 | 0 | 13 | 122 | 3D | 34 |
| Octal | 265 | 70 | 317 | 15 | 111 | 0 | 23 | 442 | 75 | 64 |
| Binary | 10110101 | 111000 | 11001111 | 1101 | 1001001 | 0 | 10011 | 100100010 | 111101 | 110100 |
Color Harmonies of #B538CF
Complementary color
Monochromatic Colors of #B538CF
Black with #B538CF
Text Example
Text Example
White with #B538CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B538CF; }
p { color: rgb(181,56,207); }
H1.HeaderClassName
{
color: #B538CF;
}
.AnyTagClassName
{
color: #B538CF;
}
</style>
background-color css
<style>
a { background-color: #B538CF; }
a { background-color: rgb(181,56,207); }
div.DivClassName
{
background-color: #B538CF;
}
.BgClassName
{
background-color: #B538CF;
}
</style>
border-color css
<style>
span { border-color: #B538CF; }
span { border-color: rgb(181,56,207); }
td.TdClassName
{
border-color: #B538CF;
}
.TagClassName
{
border-color: #B538CF;
}
</style>