Shades of Medium Orchid #B764DA
Tints of Medium Orchid #B764DA
RGB
CMYK
RGB Variations
Color information
#B764DA (or 0xB764DA) is known color: Medium Orchid. HEX triplet: B7, 64 and DA. RGB value is (183,100,218). Sum of RGB (Red+Green+Blue) = 183+100+218=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #B764DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764DA is #489B25. Grayscale: #898989. Windows color (decimal): -4758310 or 14312631. OLE color: 14312631.
HSL color Cylindrical-coordinate representation of color #B764DA: hue angle of 282.2º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B764DA is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 100 | 218 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.15 |
| HSL | 282.2º | 0.61% | 0.62% | - |
| HSV(B) | 282.2º | 0.54% | 0.85% | - |
| XYZ | 36.74 | 24.24 | 69.07 | - |
| YUV | 138.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 218 | 0.16 | 0.54 | 0 | 0.15 | 282.2 | 0.61 | 0.62 |
| Hex | B7 | 64 | DA | 10 | 36 | 0 | F | 11A | 3D | 3E |
| Octal | 267 | 144 | 332 | 20 | 66 | 0 | 17 | 432 | 75 | 76 |
| Binary | 10110111 | 1100100 | 11011010 | 10000 | 110110 | 0 | 1111 | 100011010 | 111101 | 111110 |
Color Harmonies of #B764DA
Complementary color
Monochromatic Colors of #B764DA
Black with #B764DA
Text Example
Text Example
White with #B764DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764DA; }
p { color: rgb(183,100,218); }
H1.HeaderClassName
{
color: #B764DA;
}
.AnyTagClassName
{
color: #B764DA;
}
</style>
background-color css
<style>
a { background-color: #B764DA; }
a { background-color: rgb(183,100,218); }
div.DivClassName
{
background-color: #B764DA;
}
.BgClassName
{
background-color: #B764DA;
}
</style>
border-color css
<style>
span { border-color: #B764DA; }
span { border-color: rgb(183,100,218); }
td.TdClassName
{
border-color: #B764DA;
}
.TagClassName
{
border-color: #B764DA;
}
</style>