Shades of Medium Orchid #B751DA
Tints of Medium Orchid #B751DA
RGB
CMYK
RGB Variations
Color information
#B751DA (or 0xB751DA) is known color: Medium Orchid. HEX triplet: B7, 51 and DA. RGB value is (183,81,218). Sum of RGB (Red+Green+Blue) = 183+81+218=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #B751DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B751DA is #48AE25. Grayscale: #7E7E7E. Windows color (decimal): -4763174 or 14307767. OLE color: 14307767.
HSL color Cylindrical-coordinate representation of color #B751DA: hue angle of 284.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B751DA is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 81 | 218 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.15 |
| HSL | 284.67º | 0.65% | 0.59% | - |
| HSV(B) | 284.67º | 0.63% | 0.85% | - |
| XYZ | 35.13 | 21.01 | 68.53 | - |
| YUV | 127.12 | 179.29 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 218 | 0.16 | 0.63 | 0 | 0.15 | 284.67 | 0.65 | 0.59 |
| Hex | B7 | 51 | DA | 10 | 3F | 0 | F | 11D | 41 | 3B |
| Octal | 267 | 121 | 332 | 20 | 77 | 0 | 17 | 435 | 101 | 73 |
| Binary | 10110111 | 1010001 | 11011010 | 10000 | 111111 | 0 | 1111 | 100011101 | 1000001 | 111011 |
Color Harmonies of #B751DA
Complementary color
Monochromatic Colors of #B751DA
Black with #B751DA
Text Example
Text Example
White with #B751DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B751DA; }
p { color: rgb(183,81,218); }
H1.HeaderClassName
{
color: #B751DA;
}
.AnyTagClassName
{
color: #B751DA;
}
</style>
background-color css
<style>
a { background-color: #B751DA; }
a { background-color: rgb(183,81,218); }
div.DivClassName
{
background-color: #B751DA;
}
.BgClassName
{
background-color: #B751DA;
}
</style>
border-color css
<style>
span { border-color: #B751DA; }
span { border-color: rgb(183,81,218); }
td.TdClassName
{
border-color: #B751DA;
}
.TagClassName
{
border-color: #B751DA;
}
</style>