Shades of Medium Orchid #B768DA
Tints of Medium Orchid #B768DA
RGB
CMYK
RGB Variations
Color information
#B768DA (or 0xB768DA) is known color: Medium Orchid. HEX triplet: B7, 68 and DA. RGB value is (183,104,218). Sum of RGB (Red+Green+Blue) = 183+104+218=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #B768DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768DA is #489725. Grayscale: #8C8C8C. Windows color (decimal): -4757286 or 14313655. OLE color: 14313655.
HSL color Cylindrical-coordinate representation of color #B768DA: hue angle of 281.58º 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 #B768DA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 104 | 218 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.15 |
| HSL | 281.58º | 0.61% | 0.63% | - |
| HSV(B) | 281.58º | 0.52% | 0.85% | - |
| XYZ | 37.13 | 25.03 | 69.2 | - |
| YUV | 140.62 | 171.67 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 218 | 0.16 | 0.52 | 0 | 0.15 | 281.58 | 0.61 | 0.63 |
| Hex | B7 | 68 | DA | 10 | 34 | 0 | F | 11A | 3D | 3F |
| Octal | 267 | 150 | 332 | 20 | 64 | 0 | 17 | 432 | 75 | 77 |
| Binary | 10110111 | 1101000 | 11011010 | 10000 | 110100 | 0 | 1111 | 100011010 | 111101 | 111111 |
Color Harmonies of #B768DA
Complementary color
Monochromatic Colors of #B768DA
Black with #B768DA
Text Example
Text Example
White with #B768DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768DA; }
p { color: rgb(183,104,218); }
H1.HeaderClassName
{
color: #B768DA;
}
.AnyTagClassName
{
color: #B768DA;
}
</style>
background-color css
<style>
a { background-color: #B768DA; }
a { background-color: rgb(183,104,218); }
div.DivClassName
{
background-color: #B768DA;
}
.BgClassName
{
background-color: #B768DA;
}
</style>
border-color css
<style>
span { border-color: #B768DA; }
span { border-color: rgb(183,104,218); }
td.TdClassName
{
border-color: #B768DA;
}
.TagClassName
{
border-color: #B768DA;
}
</style>