Shades of Medium Orchid #B676DF
Tints of Medium Orchid #B676DF
RGB
CMYK
RGB Variations
Color information
#B676DF (or 0xB676DF) is known color: Medium Orchid. HEX triplet: B6, 76 and DF. RGB value is (182,118,223). Sum of RGB (Red+Green+Blue) = 182+118+223=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 118 (46.48% from 255 or 22.56% 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 #B676DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676DF is #498920. Grayscale: #949494. Windows color (decimal): -4819233 or 14644918. OLE color: 14644918.
HSL color Cylindrical-coordinate representation of color #B676DF: hue angle of 276.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B676DF is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 118 | 223 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.13 |
| HSL | 276.57º | 0.62% | 0.67% | - |
| HSV(B) | 276.57º | 0.47% | 0.87% | - |
| XYZ | 39.09 | 28.23 | 73.2 | - |
| YUV | 149.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 223 | 0.18 | 0.47 | 0 | 0.13 | 276.57 | 0.62 | 0.67 |
| Hex | B6 | 76 | DF | 12 | 2F | 0 | D | 115 | 3E | 43 |
| Octal | 266 | 166 | 337 | 22 | 57 | 0 | 15 | 425 | 76 | 103 |
| Binary | 10110110 | 1110110 | 11011111 | 10010 | 101111 | 0 | 1101 | 100010101 | 111110 | 1000011 |
Color Harmonies of #B676DF
Complementary color
Monochromatic Colors of #B676DF
Black with #B676DF
Text Example
Text Example
White with #B676DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B676DF; }
p { color: rgb(182,118,223); }
H1.HeaderClassName
{
color: #B676DF;
}
.AnyTagClassName
{
color: #B676DF;
}
</style>
background-color css
<style>
a { background-color: #B676DF; }
a { background-color: rgb(182,118,223); }
div.DivClassName
{
background-color: #B676DF;
}
.BgClassName
{
background-color: #B676DF;
}
</style>
border-color css
<style>
span { border-color: #B676DF; }
span { border-color: rgb(182,118,223); }
td.TdClassName
{
border-color: #B676DF;
}
.TagClassName
{
border-color: #B676DF;
}
</style>