Shades of Medium Orchid #B670CC
Tints of Medium Orchid #B670CC
RGB
CMYK
RGB Variations
Color information
#B670CC (or 0xB670CC) is known color: Medium Orchid. HEX triplet: B6, 70 and CC. RGB value is (182,112,204). Sum of RGB (Red+Green+Blue) = 182+112+204=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #B670CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B670CC is #498F33. Grayscale: #8F8F8F. Windows color (decimal): -4820788 or 13398198. OLE color: 13398198.
HSL color Cylindrical-coordinate representation of color #B670CC: hue angle of 285.65º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B670CC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 112 | 204 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.2 |
| HSL | 285.65º | 0.47% | 0.62% | - |
| HSV(B) | 285.65º | 0.45% | 0.8% | - |
| XYZ | 35.98 | 25.89 | 60.23 | - |
| YUV | 143.42 | 162.19 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 204 | 0.11 | 0.45 | 0 | 0.2 | 285.65 | 0.47 | 0.62 |
| Hex | B6 | 70 | CC | B | 2D | 0 | 14 | 11E | 2F | 3E |
| Octal | 266 | 160 | 314 | 13 | 55 | 0 | 24 | 436 | 57 | 76 |
| Binary | 10110110 | 1110000 | 11001100 | 1011 | 101101 | 0 | 10100 | 100011110 | 101111 | 111110 |
Color Harmonies of #B670CC
Complementary color
Monochromatic Colors of #B670CC
Black with #B670CC
Text Example
Text Example
White with #B670CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B670CC; }
p { color: rgb(182,112,204); }
H1.HeaderClassName
{
color: #B670CC;
}
.AnyTagClassName
{
color: #B670CC;
}
</style>
background-color css
<style>
a { background-color: #B670CC; }
a { background-color: rgb(182,112,204); }
div.DivClassName
{
background-color: #B670CC;
}
.BgClassName
{
background-color: #B670CC;
}
</style>
border-color css
<style>
span { border-color: #B670CC; }
span { border-color: rgb(182,112,204); }
td.TdClassName
{
border-color: #B670CC;
}
.TagClassName
{
border-color: #B670CC;
}
</style>