Shades of Medium Orchid #B668D3
Tints of Medium Orchid #B668D3
RGB
CMYK
RGB Variations
Color information
#B668D3 (or 0xB668D3) is known color: Medium Orchid. HEX triplet: B6, 68 and D3. RGB value is (182,104,211). Sum of RGB (Red+Green+Blue) = 182+104+211=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #B668D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668D3 is #49972C. Grayscale: #8B8B8B. Windows color (decimal): -4822829 or 13854902. OLE color: 13854902.
HSL color Cylindrical-coordinate representation of color #B668D3: hue angle of 283.74º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B668D3 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 104 | 211 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.17 |
| HSL | 283.74º | 0.55% | 0.62% | - |
| HSV(B) | 283.74º | 0.51% | 0.83% | - |
| XYZ | 36 | 24.55 | 64.47 | - |
| YUV | 139.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 211 | 0.14 | 0.51 | 0 | 0.17 | 283.74 | 0.55 | 0.62 |
| Hex | B6 | 68 | D3 | E | 33 | 0 | 11 | 11C | 37 | 3E |
| Octal | 266 | 150 | 323 | 16 | 63 | 0 | 21 | 434 | 67 | 76 |
| Binary | 10110110 | 1101000 | 11010011 | 1110 | 110011 | 0 | 10001 | 100011100 | 110111 | 111110 |
Color Harmonies of #B668D3
Complementary color
Monochromatic Colors of #B668D3
Black with #B668D3
Text Example
Text Example
White with #B668D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B668D3; }
p { color: rgb(182,104,211); }
H1.HeaderClassName
{
color: #B668D3;
}
.AnyTagClassName
{
color: #B668D3;
}
</style>
background-color css
<style>
a { background-color: #B668D3; }
a { background-color: rgb(182,104,211); }
div.DivClassName
{
background-color: #B668D3;
}
.BgClassName
{
background-color: #B668D3;
}
</style>
border-color css
<style>
span { border-color: #B668D3; }
span { border-color: rgb(182,104,211); }
td.TdClassName
{
border-color: #B668D3;
}
.TagClassName
{
border-color: #B668D3;
}
</style>