Shades of Medium Orchid #B267C0
Tints of Medium Orchid #B267C0
RGB
CMYK
RGB Variations
Color information
#B267C0 (or 0xB267C0) is known color: Medium Orchid. HEX triplet: B2, 67 and C0. RGB value is (178,103,192). Sum of RGB (Red+Green+Blue) = 178+103+192=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #B267C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267C0 is #4D983F. Grayscale: #878787. Windows color (decimal): -5085248 or 12609458. OLE color: 12609458.
HSL color Cylindrical-coordinate representation of color #B267C0: hue angle of 290.56º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B267C0 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 103 | 192 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.25 |
| HSL | 290.56º | 0.41% | 0.58% | - |
| HSV(B) | 290.56º | 0.46% | 0.75% | - |
| XYZ | 32.72 | 22.97 | 52.58 | - |
| YUV | 135.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 192 | 0.07 | 0.46 | 0 | 0.25 | 290.56 | 0.41 | 0.58 |
| Hex | B2 | 67 | C0 | 7 | 2E | 0 | 19 | 123 | 29 | 3A |
| Octal | 262 | 147 | 300 | 7 | 56 | 0 | 31 | 443 | 51 | 72 |
| Binary | 10110010 | 1100111 | 11000000 | 111 | 101110 | 0 | 11001 | 100100011 | 101001 | 111010 |
Color Harmonies of #B267C0
Complementary color
Monochromatic Colors of #B267C0
Black with #B267C0
Text Example
Text Example
White with #B267C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B267C0; }
p { color: rgb(178,103,192); }
H1.HeaderClassName
{
color: #B267C0;
}
.AnyTagClassName
{
color: #B267C0;
}
</style>
background-color css
<style>
a { background-color: #B267C0; }
a { background-color: rgb(178,103,192); }
div.DivClassName
{
background-color: #B267C0;
}
.BgClassName
{
background-color: #B267C0;
}
</style>
border-color css
<style>
span { border-color: #B267C0; }
span { border-color: rgb(178,103,192); }
td.TdClassName
{
border-color: #B267C0;
}
.TagClassName
{
border-color: #B267C0;
}
</style>