Shades of Medium Orchid #B266CF
Tints of Medium Orchid #B266CF
RGB
CMYK
RGB Variations
Color information
#B266CF (or 0xB266CF) is known color: Medium Orchid. HEX triplet: B2, 66 and CF. RGB value is (178,102,207). Sum of RGB (Red+Green+Blue) = 178+102+207=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #B266CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266CF is #4D9930. Grayscale: #888888. Windows color (decimal): -5085489 or 13592242. OLE color: 13592242.
HSL color Cylindrical-coordinate representation of color #B266CF: hue angle of 283.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B266CF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 102 | 207 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.19 |
| HSL | 283.43º | 0.52% | 0.61% | - |
| HSV(B) | 283.43º | 0.51% | 0.81% | - |
| XYZ | 34.37 | 23.47 | 61.75 | - |
| YUV | 136.69 | 167.68 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 207 | 0.14 | 0.51 | 0 | 0.19 | 283.43 | 0.52 | 0.61 |
| Hex | B2 | 66 | CF | E | 33 | 0 | 13 | 11B | 34 | 3D |
| Octal | 262 | 146 | 317 | 16 | 63 | 0 | 23 | 433 | 64 | 75 |
| Binary | 10110010 | 1100110 | 11001111 | 1110 | 110011 | 0 | 10011 | 100011011 | 110100 | 111101 |
Color Harmonies of #B266CF
Complementary color
Monochromatic Colors of #B266CF
Black with #B266CF
Text Example
Text Example
White with #B266CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B266CF; }
p { color: rgb(178,102,207); }
H1.HeaderClassName
{
color: #B266CF;
}
.AnyTagClassName
{
color: #B266CF;
}
</style>
background-color css
<style>
a { background-color: #B266CF; }
a { background-color: rgb(178,102,207); }
div.DivClassName
{
background-color: #B266CF;
}
.BgClassName
{
background-color: #B266CF;
}
</style>
border-color css
<style>
span { border-color: #B266CF; }
span { border-color: rgb(178,102,207); }
td.TdClassName
{
border-color: #B266CF;
}
.TagClassName
{
border-color: #B266CF;
}
</style>