Shades of Medium Orchid #B065DA
Tints of Medium Orchid #B065DA
RGB
CMYK
RGB Variations
Color information
#B065DA (or 0xB065DA) is known color: Medium Orchid. HEX triplet: B0, 65 and DA. RGB value is (176,101,218). Sum of RGB (Red+Green+Blue) = 176+101+218=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #B065DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065DA is #4F9A25. Grayscale: #888888. Windows color (decimal): -5216806 or 14312880. OLE color: 14312880.
HSL color Cylindrical-coordinate representation of color #B065DA: hue angle of 278.46º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B065DA is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 101 | 218 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.15 |
| HSL | 278.46º | 0.61% | 0.63% | - |
| HSV(B) | 278.46º | 0.54% | 0.85% | - |
| XYZ | 35.21 | 23.6 | 69.03 | - |
| YUV | 136.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 218 | 0.19 | 0.54 | 0 | 0.15 | 278.46 | 0.61 | 0.63 |
| Hex | B0 | 65 | DA | 13 | 36 | 0 | F | 116 | 3D | 3F |
| Octal | 260 | 145 | 332 | 23 | 66 | 0 | 17 | 426 | 75 | 77 |
| Binary | 10110000 | 1100101 | 11011010 | 10011 | 110110 | 0 | 1111 | 100010110 | 111101 | 111111 |
Color Harmonies of #B065DA
Complementary color
Monochromatic Colors of #B065DA
Black with #B065DA
Text Example
Text Example
White with #B065DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065DA; }
p { color: rgb(176,101,218); }
H1.HeaderClassName
{
color: #B065DA;
}
.AnyTagClassName
{
color: #B065DA;
}
</style>
background-color css
<style>
a { background-color: #B065DA; }
a { background-color: rgb(176,101,218); }
div.DivClassName
{
background-color: #B065DA;
}
.BgClassName
{
background-color: #B065DA;
}
</style>
border-color css
<style>
span { border-color: #B065DA; }
span { border-color: rgb(176,101,218); }
td.TdClassName
{
border-color: #B065DA;
}
.TagClassName
{
border-color: #B065DA;
}
</style>