Shades of Medium Orchid #B967DA
Tints of Medium Orchid #B967DA
RGB
CMYK
RGB Variations
Color information
#B967DA (or 0xB967DA) is known color: Medium Orchid. HEX triplet: B9, 67 and DA. RGB value is (185,103,218). Sum of RGB (Red+Green+Blue) = 185+103+218=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #B967DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967DA is #469825. Grayscale: #8C8C8C. Windows color (decimal): -4626470 or 14313401. OLE color: 14313401.
HSL color Cylindrical-coordinate representation of color #B967DA: hue angle of 282.78º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B967DA is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 103 | 218 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.15 |
| HSL | 282.78º | 0.61% | 0.63% | - |
| HSV(B) | 282.78º | 0.53% | 0.85% | - |
| XYZ | 37.51 | 25.08 | 69.19 | - |
| YUV | 140.63 | 171.67 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 218 | 0.15 | 0.53 | 0 | 0.15 | 282.78 | 0.61 | 0.63 |
| Hex | B9 | 67 | DA | F | 35 | 0 | F | 11B | 3D | 3F |
| Octal | 271 | 147 | 332 | 17 | 65 | 0 | 17 | 433 | 75 | 77 |
| Binary | 10111001 | 1100111 | 11011010 | 1111 | 110101 | 0 | 1111 | 100011011 | 111101 | 111111 |
Color Harmonies of #B967DA
Complementary color
Monochromatic Colors of #B967DA
Black with #B967DA
Text Example
Text Example
White with #B967DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967DA; }
p { color: rgb(185,103,218); }
H1.HeaderClassName
{
color: #B967DA;
}
.AnyTagClassName
{
color: #B967DA;
}
</style>
background-color css
<style>
a { background-color: #B967DA; }
a { background-color: rgb(185,103,218); }
div.DivClassName
{
background-color: #B967DA;
}
.BgClassName
{
background-color: #B967DA;
}
</style>
border-color css
<style>
span { border-color: #B967DA; }
span { border-color: rgb(185,103,218); }
td.TdClassName
{
border-color: #B967DA;
}
.TagClassName
{
border-color: #B967DA;
}
</style>