Shades of Medium Orchid #B565CE
Tints of Medium Orchid #B565CE
RGB
CMYK
RGB Variations
Color information
#B565CE (or 0xB565CE) is known color: Medium Orchid. HEX triplet: B5, 65 and CE. RGB value is (181,101,206). Sum of RGB (Red+Green+Blue) = 181+101+206=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #B565CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565CE is #4A9A31. Grayscale: #888888. Windows color (decimal): -4889138 or 13526453. OLE color: 13526453.
HSL color Cylindrical-coordinate representation of color #B565CE: hue angle of 285.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B565CE is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 101 | 206 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.19 |
| HSL | 285.71º | 0.52% | 0.6% | - |
| HSV(B) | 285.71º | 0.51% | 0.81% | - |
| XYZ | 34.85 | 23.59 | 61.11 | - |
| YUV | 136.89 | 167 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 206 | 0.12 | 0.51 | 0 | 0.19 | 285.71 | 0.52 | 0.6 |
| Hex | B5 | 65 | CE | C | 33 | 0 | 13 | 11E | 34 | 3C |
| Octal | 265 | 145 | 316 | 14 | 63 | 0 | 23 | 436 | 64 | 74 |
| Binary | 10110101 | 1100101 | 11001110 | 1100 | 110011 | 0 | 10011 | 100011110 | 110100 | 111100 |
Color Harmonies of #B565CE
Complementary color
Monochromatic Colors of #B565CE
Black with #B565CE
Text Example
Text Example
White with #B565CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565CE; }
p { color: rgb(181,101,206); }
H1.HeaderClassName
{
color: #B565CE;
}
.AnyTagClassName
{
color: #B565CE;
}
</style>
background-color css
<style>
a { background-color: #B565CE; }
a { background-color: rgb(181,101,206); }
div.DivClassName
{
background-color: #B565CE;
}
.BgClassName
{
background-color: #B565CE;
}
</style>
border-color css
<style>
span { border-color: #B565CE; }
span { border-color: rgb(181,101,206); }
td.TdClassName
{
border-color: #B565CE;
}
.TagClassName
{
border-color: #B565CE;
}
</style>