Shades of Medium Orchid #B751DC
Tints of Medium Orchid #B751DC
RGB
CMYK
RGB Variations
Color information
#B751DC (or 0xB751DC) is known color: Medium Orchid. HEX triplet: B7, 51 and DC. RGB value is (183,81,220). Sum of RGB (Red+Green+Blue) = 183+81+220=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #B751DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B751DC is #48AE23. Grayscale: #7E7E7E. Windows color (decimal): -4763172 or 14438839. OLE color: 14438839.
HSL color Cylindrical-coordinate representation of color #B751DC: hue angle of 284.03º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B751DC is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 81 | 220 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.14 |
| HSL | 284.03º | 0.67% | 0.59% | - |
| HSV(B) | 284.03º | 0.63% | 0.86% | - |
| XYZ | 35.39 | 21.12 | 69.92 | - |
| YUV | 127.34 | 180.29 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 220 | 0.17 | 0.63 | 0 | 0.14 | 284.03 | 0.67 | 0.59 |
| Hex | B7 | 51 | DC | 11 | 3F | 0 | E | 11C | 43 | 3B |
| Octal | 267 | 121 | 334 | 21 | 77 | 0 | 16 | 434 | 103 | 73 |
| Binary | 10110111 | 1010001 | 11011100 | 10001 | 111111 | 0 | 1110 | 100011100 | 1000011 | 111011 |
Color Harmonies of #B751DC
Complementary color
Monochromatic Colors of #B751DC
Black with #B751DC
Text Example
Text Example
White with #B751DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B751DC; }
p { color: rgb(183,81,220); }
H1.HeaderClassName
{
color: #B751DC;
}
.AnyTagClassName
{
color: #B751DC;
}
</style>
background-color css
<style>
a { background-color: #B751DC; }
a { background-color: rgb(183,81,220); }
div.DivClassName
{
background-color: #B751DC;
}
.BgClassName
{
background-color: #B751DC;
}
</style>
border-color css
<style>
span { border-color: #B751DC; }
span { border-color: rgb(183,81,220); }
td.TdClassName
{
border-color: #B751DC;
}
.TagClassName
{
border-color: #B751DC;
}
</style>