Shades of Medium Orchid #B766DA
Tints of Medium Orchid #B766DA
RGB
CMYK
RGB Variations
Color information
#B766DA (or 0xB766DA) is known color: Medium Orchid. HEX triplet: B7, 66 and DA. RGB value is (183,102,218). Sum of RGB (Red+Green+Blue) = 183+102+218=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #B766DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766DA is #489925. Grayscale: #8B8B8B. Windows color (decimal): -4757798 or 14313143. OLE color: 14313143.
HSL color Cylindrical-coordinate representation of color #B766DA: hue angle of 281.9º 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 #B766DA is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 102 | 218 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.15 |
| HSL | 281.9º | 0.61% | 0.63% | - |
| HSV(B) | 281.9º | 0.53% | 0.85% | - |
| XYZ | 36.93 | 24.63 | 69.14 | - |
| YUV | 139.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 218 | 0.16 | 0.53 | 0 | 0.15 | 281.9 | 0.61 | 0.63 |
| Hex | B7 | 66 | DA | 10 | 35 | 0 | F | 11A | 3D | 3F |
| Octal | 267 | 146 | 332 | 20 | 65 | 0 | 17 | 432 | 75 | 77 |
| Binary | 10110111 | 1100110 | 11011010 | 10000 | 110101 | 0 | 1111 | 100011010 | 111101 | 111111 |
Color Harmonies of #B766DA
Complementary color
Monochromatic Colors of #B766DA
Black with #B766DA
Text Example
Text Example
White with #B766DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766DA; }
p { color: rgb(183,102,218); }
H1.HeaderClassName
{
color: #B766DA;
}
.AnyTagClassName
{
color: #B766DA;
}
</style>
background-color css
<style>
a { background-color: #B766DA; }
a { background-color: rgb(183,102,218); }
div.DivClassName
{
background-color: #B766DA;
}
.BgClassName
{
background-color: #B766DA;
}
</style>
border-color css
<style>
span { border-color: #B766DA; }
span { border-color: rgb(183,102,218); }
td.TdClassName
{
border-color: #B766DA;
}
.TagClassName
{
border-color: #B766DA;
}
</style>