Shades of Medium Orchid #B763DA
Tints of Medium Orchid #B763DA
RGB
CMYK
RGB Variations
Color information
#B763DA (or 0xB763DA) is known color: Medium Orchid. HEX triplet: B7, 63 and DA. RGB value is (183,99,218). Sum of RGB (Red+Green+Blue) = 183+99+218=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #B763DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B763DA is #489C25. Grayscale: #898989. Windows color (decimal): -4758566 or 14312375. OLE color: 14312375.
HSL color Cylindrical-coordinate representation of color #B763DA: hue angle of 282.35º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B763DA is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 99 | 218 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.15 |
| HSL | 282.35º | 0.62% | 0.62% | - |
| HSV(B) | 282.35º | 0.55% | 0.85% | - |
| XYZ | 36.65 | 24.05 | 69.04 | - |
| YUV | 137.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 218 | 0.16 | 0.55 | 0 | 0.15 | 282.35 | 0.62 | 0.62 |
| Hex | B7 | 63 | DA | 10 | 37 | 0 | F | 11A | 3E | 3E |
| Octal | 267 | 143 | 332 | 20 | 67 | 0 | 17 | 432 | 76 | 76 |
| Binary | 10110111 | 1100011 | 11011010 | 10000 | 110111 | 0 | 1111 | 100011010 | 111110 | 111110 |
Color Harmonies of #B763DA
Complementary color
Monochromatic Colors of #B763DA
Black with #B763DA
Text Example
Text Example
White with #B763DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B763DA; }
p { color: rgb(183,99,218); }
H1.HeaderClassName
{
color: #B763DA;
}
.AnyTagClassName
{
color: #B763DA;
}
</style>
background-color css
<style>
a { background-color: #B763DA; }
a { background-color: rgb(183,99,218); }
div.DivClassName
{
background-color: #B763DA;
}
.BgClassName
{
background-color: #B763DA;
}
</style>
border-color css
<style>
span { border-color: #B763DA; }
span { border-color: rgb(183,99,218); }
td.TdClassName
{
border-color: #B763DA;
}
.TagClassName
{
border-color: #B763DA;
}
</style>