Shades of Medium Orchid #B670CB
Tints of Medium Orchid #B670CB
RGB
CMYK
RGB Variations
Color information
#B670CB (or 0xB670CB) is known color: Medium Orchid. HEX triplet: B6, 70 and CB. RGB value is (182,112,203). Sum of RGB (Red+Green+Blue) = 182+112+203=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #B670CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B670CB is #498F34. Grayscale: #8F8F8F. Windows color (decimal): -4820789 or 13332662. OLE color: 13332662.
HSL color Cylindrical-coordinate representation of color #B670CB: hue angle of 286.15º 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 #B670CB is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 112 | 203 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.20 |
| HSL | 286.15º | 0.47% | 0.62% | - |
| HSV(B) | 286.15º | 0.45% | 0.8% | - |
| XYZ | 35.87 | 25.85 | 59.6 | - |
| YUV | 143.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 203 | 0.10 | 0.45 | 0 | 0.20 | 286.15 | 0.47 | 0.62 |
| Hex | B6 | 70 | CB | A | 2D | 0 | 14 | 11E | 2F | 3E |
| Octal | 266 | 160 | 313 | 12 | 55 | 0 | 24 | 436 | 57 | 76 |
| Binary | 10110110 | 1110000 | 11001011 | 1010 | 101101 | 0 | 10100 | 100011110 | 101111 | 111110 |
Color Harmonies of #B670CB
Complementary color
Monochromatic Colors of #B670CB
Black with #B670CB
Text Example
Text Example
White with #B670CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B670CB; }
p { color: rgb(182,112,203); }
H1.HeaderClassName
{
color: #B670CB;
}
.AnyTagClassName
{
color: #B670CB;
}
</style>
background-color css
<style>
a { background-color: #B670CB; }
a { background-color: rgb(182,112,203); }
div.DivClassName
{
background-color: #B670CB;
}
.BgClassName
{
background-color: #B670CB;
}
</style>
border-color css
<style>
span { border-color: #B670CB; }
span { border-color: rgb(182,112,203); }
td.TdClassName
{
border-color: #B670CB;
}
.TagClassName
{
border-color: #B670CB;
}
</style>