Shades of Medium Orchid #B968DA
Tints of Medium Orchid #B968DA
RGB
CMYK
RGB Variations
Color information
#B968DA (or 0xB968DA) is known color: Medium Orchid. HEX triplet: B9, 68 and DA. RGB value is (185,104,218). Sum of RGB (Red+Green+Blue) = 185+104+218=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #B968DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968DA is #469725. Grayscale: #8C8C8C. Windows color (decimal): -4626214 or 14313657. OLE color: 14313657.
HSL color Cylindrical-coordinate representation of color #B968DA: hue angle of 282.63º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B968DA is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 104 | 218 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.15 |
| HSL | 282.63º | 0.61% | 0.63% | - |
| HSV(B) | 282.63º | 0.52% | 0.85% | - |
| XYZ | 37.61 | 25.28 | 69.23 | - |
| YUV | 141.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 218 | 0.15 | 0.52 | 0 | 0.15 | 282.63 | 0.61 | 0.63 |
| Hex | B9 | 68 | DA | F | 34 | 0 | F | 11B | 3D | 3F |
| Octal | 271 | 150 | 332 | 17 | 64 | 0 | 17 | 433 | 75 | 77 |
| Binary | 10111001 | 1101000 | 11011010 | 1111 | 110100 | 0 | 1111 | 100011011 | 111101 | 111111 |
Color Harmonies of #B968DA
Complementary color
Monochromatic Colors of #B968DA
Black with #B968DA
Text Example
Text Example
White with #B968DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B968DA; }
p { color: rgb(185,104,218); }
H1.HeaderClassName
{
color: #B968DA;
}
.AnyTagClassName
{
color: #B968DA;
}
</style>
background-color css
<style>
a { background-color: #B968DA; }
a { background-color: rgb(185,104,218); }
div.DivClassName
{
background-color: #B968DA;
}
.BgClassName
{
background-color: #B968DA;
}
</style>
border-color css
<style>
span { border-color: #B968DA; }
span { border-color: rgb(185,104,218); }
td.TdClassName
{
border-color: #B968DA;
}
.TagClassName
{
border-color: #B968DA;
}
</style>