Shades of Medium Orchid #B668CC
Tints of Medium Orchid #B668CC
RGB
CMYK
RGB Variations
Color information
#B668CC (or 0xB668CC) is known color: Medium Orchid. HEX triplet: B6, 68 and CC. RGB value is (182,104,204). Sum of RGB (Red+Green+Blue) = 182+104+204=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #B668CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668CC is #499733. Grayscale: #8A8A8A. Windows color (decimal): -4822836 or 13396150. OLE color: 13396150.
HSL color Cylindrical-coordinate representation of color #B668CC: hue angle of 286.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B668CC is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 104 | 204 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.2 |
| HSL | 286.8º | 0.5% | 0.6% | - |
| HSV(B) | 286.8º | 0.49% | 0.8% | - |
| XYZ | 35.14 | 24.21 | 59.95 | - |
| YUV | 138.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 204 | 0.11 | 0.49 | 0 | 0.2 | 286.8 | 0.5 | 0.6 |
| Hex | B6 | 68 | CC | B | 31 | 0 | 14 | 11F | 32 | 3C |
| Octal | 266 | 150 | 314 | 13 | 61 | 0 | 24 | 437 | 62 | 74 |
| Binary | 10110110 | 1101000 | 11001100 | 1011 | 110001 | 0 | 10100 | 100011111 | 110010 | 111100 |
Color Harmonies of #B668CC
Complementary color
Monochromatic Colors of #B668CC
Black with #B668CC
Text Example
Text Example
White with #B668CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B668CC; }
p { color: rgb(182,104,204); }
H1.HeaderClassName
{
color: #B668CC;
}
.AnyTagClassName
{
color: #B668CC;
}
</style>
background-color css
<style>
a { background-color: #B668CC; }
a { background-color: rgb(182,104,204); }
div.DivClassName
{
background-color: #B668CC;
}
.BgClassName
{
background-color: #B668CC;
}
</style>
border-color css
<style>
span { border-color: #B668CC; }
span { border-color: rgb(182,104,204); }
td.TdClassName
{
border-color: #B668CC;
}
.TagClassName
{
border-color: #B668CC;
}
</style>