Shades of Medium Orchid #B265DD
Tints of Medium Orchid #B265DD
RGB
CMYK
RGB Variations
Color information
#B265DD (or 0xB265DD) is known color: Medium Orchid. HEX triplet: B2, 65 and DD. RGB value is (178,101,221). Sum of RGB (Red+Green+Blue) = 178+101+221=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #B265DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265DD is #4D9A22. Grayscale: #898989. Windows color (decimal): -5085731 or 14509490. OLE color: 14509490.
HSL color Cylindrical-coordinate representation of color #B265DD: hue angle of 278.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B265DD is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 101 | 221 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.13 |
| HSL | 278.5º | 0.64% | 0.63% | - |
| HSV(B) | 278.5º | 0.54% | 0.87% | - |
| XYZ | 36.06 | 23.99 | 71.14 | - |
| YUV | 137.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 221 | 0.19 | 0.54 | 0 | 0.13 | 278.5 | 0.64 | 0.63 |
| Hex | B2 | 65 | DD | 13 | 36 | 0 | D | 116 | 40 | 3F |
| Octal | 262 | 145 | 335 | 23 | 66 | 0 | 15 | 426 | 100 | 77 |
| Binary | 10110010 | 1100101 | 11011101 | 10011 | 110110 | 0 | 1101 | 100010110 | 1000000 | 111111 |
Color Harmonies of #B265DD
Complementary color
Monochromatic Colors of #B265DD
Black with #B265DD
Text Example
Text Example
White with #B265DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B265DD; }
p { color: rgb(178,101,221); }
H1.HeaderClassName
{
color: #B265DD;
}
.AnyTagClassName
{
color: #B265DD;
}
</style>
background-color css
<style>
a { background-color: #B265DD; }
a { background-color: rgb(178,101,221); }
div.DivClassName
{
background-color: #B265DD;
}
.BgClassName
{
background-color: #B265DD;
}
</style>
border-color css
<style>
span { border-color: #B265DD; }
span { border-color: rgb(178,101,221); }
td.TdClassName
{
border-color: #B265DD;
}
.TagClassName
{
border-color: #B265DD;
}
</style>