Shades of Medium Orchid #B775DF
Tints of Medium Orchid #B775DF
RGB
CMYK
RGB Variations
Color information
#B775DF (or 0xB775DF) is known color: Medium Orchid. HEX triplet: B7, 75 and DF. RGB value is (183,117,223). Sum of RGB (Red+Green+Blue) = 183+117+223=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #B775DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775DF is #488A20. Grayscale: #949494. Windows color (decimal): -4753953 or 14644663. OLE color: 14644663.
HSL color Cylindrical-coordinate representation of color #B775DF: hue angle of 277.36º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B775DF is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 117 | 223 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.13 |
| HSL | 277.36º | 0.62% | 0.67% | - |
| HSV(B) | 277.36º | 0.48% | 0.87% | - |
| XYZ | 39.21 | 28.12 | 73.17 | - |
| YUV | 148.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 223 | 0.18 | 0.48 | 0 | 0.13 | 277.36 | 0.62 | 0.67 |
| Hex | B7 | 75 | DF | 12 | 30 | 0 | D | 115 | 3E | 43 |
| Octal | 267 | 165 | 337 | 22 | 60 | 0 | 15 | 425 | 76 | 103 |
| Binary | 10110111 | 1110101 | 11011111 | 10010 | 110000 | 0 | 1101 | 100010101 | 111110 | 1000011 |
Color Harmonies of #B775DF
Complementary color
Monochromatic Colors of #B775DF
Black with #B775DF
Text Example
Text Example
White with #B775DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B775DF; }
p { color: rgb(183,117,223); }
H1.HeaderClassName
{
color: #B775DF;
}
.AnyTagClassName
{
color: #B775DF;
}
</style>
background-color css
<style>
a { background-color: #B775DF; }
a { background-color: rgb(183,117,223); }
div.DivClassName
{
background-color: #B775DF;
}
.BgClassName
{
background-color: #B775DF;
}
</style>
border-color css
<style>
span { border-color: #B775DF; }
span { border-color: rgb(183,117,223); }
td.TdClassName
{
border-color: #B775DF;
}
.TagClassName
{
border-color: #B775DF;
}
</style>