Shades of Medium Orchid #B53CCF
Tints of Medium Orchid #B53CCF
RGB
CMYK
RGB Variations
Color information
#B53CCF (or 0xB53CCF) is known color: Medium Orchid. HEX triplet: B5, 3C and CF. RGB value is (181,60,207). Sum of RGB (Red+Green+Blue) = 181+60+207=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #B53CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CCF is #4AC330. Grayscale: #707070. Windows color (decimal): -4899633 or 13581493. OLE color: 13581493.
HSL color Cylindrical-coordinate representation of color #B53CCF: hue angle of 289.39º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53CCF is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 60 | 207 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.19 |
| HSL | 289.39º | 0.6% | 0.52% | - |
| HSV(B) | 289.39º | 0.71% | 0.81% | - |
| XYZ | 31.93 | 17.56 | 60.74 | - |
| YUV | 112.94 | 181.09 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 207 | 0.13 | 0.71 | 0 | 0.19 | 289.39 | 0.6 | 0.52 |
| Hex | B5 | 3C | CF | D | 47 | 0 | 13 | 121 | 3C | 34 |
| Octal | 265 | 74 | 317 | 15 | 107 | 0 | 23 | 441 | 74 | 64 |
| Binary | 10110101 | 111100 | 11001111 | 1101 | 1000111 | 0 | 10011 | 100100001 | 111100 | 110100 |
Color Harmonies of #B53CCF
Complementary color
Monochromatic Colors of #B53CCF
Black with #B53CCF
Text Example
Text Example
White with #B53CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CCF; }
p { color: rgb(181,60,207); }
H1.HeaderClassName
{
color: #B53CCF;
}
.AnyTagClassName
{
color: #B53CCF;
}
</style>
background-color css
<style>
a { background-color: #B53CCF; }
a { background-color: rgb(181,60,207); }
div.DivClassName
{
background-color: #B53CCF;
}
.BgClassName
{
background-color: #B53CCF;
}
</style>
border-color css
<style>
span { border-color: #B53CCF; }
span { border-color: rgb(181,60,207); }
td.TdClassName
{
border-color: #B53CCF;
}
.TagClassName
{
border-color: #B53CCF;
}
</style>