Shades of Medium Orchid #B675DF
Tints of Medium Orchid #B675DF
RGB
CMYK
RGB Variations
Color information
#B675DF (or 0xB675DF) is known color: Medium Orchid. HEX triplet: B6, 75 and DF. RGB value is (182,117,223). Sum of RGB (Red+Green+Blue) = 182+117+223=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #B675DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675DF is #498A20. Grayscale: #949494. Windows color (decimal): -4819489 or 14644662. OLE color: 14644662.
HSL color Cylindrical-coordinate representation of color #B675DF: hue angle of 276.79º 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 #B675DF is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 117 | 223 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.13 |
| HSL | 276.79º | 0.62% | 0.67% | - |
| HSV(B) | 276.79º | 0.48% | 0.87% | - |
| XYZ | 38.97 | 28 | 73.16 | - |
| YUV | 148.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 223 | 0.18 | 0.48 | 0 | 0.13 | 276.79 | 0.62 | 0.67 |
| Hex | B6 | 75 | DF | 12 | 30 | 0 | D | 115 | 3E | 43 |
| Octal | 266 | 165 | 337 | 22 | 60 | 0 | 15 | 425 | 76 | 103 |
| Binary | 10110110 | 1110101 | 11011111 | 10010 | 110000 | 0 | 1101 | 100010101 | 111110 | 1000011 |
Color Harmonies of #B675DF
Complementary color
Monochromatic Colors of #B675DF
Black with #B675DF
Text Example
Text Example
White with #B675DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B675DF; }
p { color: rgb(182,117,223); }
H1.HeaderClassName
{
color: #B675DF;
}
.AnyTagClassName
{
color: #B675DF;
}
</style>
background-color css
<style>
a { background-color: #B675DF; }
a { background-color: rgb(182,117,223); }
div.DivClassName
{
background-color: #B675DF;
}
.BgClassName
{
background-color: #B675DF;
}
</style>
border-color css
<style>
span { border-color: #B675DF; }
span { border-color: rgb(182,117,223); }
td.TdClassName
{
border-color: #B675DF;
}
.TagClassName
{
border-color: #B675DF;
}
</style>