Shades of Medium Orchid #B466CF
Tints of Medium Orchid #B466CF
RGB
CMYK
RGB Variations
Color information
#B466CF (or 0xB466CF) is known color: Medium Orchid. HEX triplet: B4, 66 and CF. RGB value is (180,102,207). Sum of RGB (Red+Green+Blue) = 180+102+207=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #B466CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466CF is #4B9930. Grayscale: #888888. Windows color (decimal): -4954417 or 13592244. OLE color: 13592244.
HSL color Cylindrical-coordinate representation of color #B466CF: hue angle of 284.57º 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 #B466CF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 102 | 207 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.19 |
| HSL | 284.57º | 0.52% | 0.61% | - |
| HSV(B) | 284.57º | 0.51% | 0.81% | - |
| XYZ | 34.84 | 23.71 | 61.77 | - |
| YUV | 137.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 207 | 0.13 | 0.51 | 0 | 0.19 | 284.57 | 0.52 | 0.61 |
| Hex | B4 | 66 | CF | D | 33 | 0 | 13 | 11D | 34 | 3D |
| Octal | 264 | 146 | 317 | 15 | 63 | 0 | 23 | 435 | 64 | 75 |
| Binary | 10110100 | 1100110 | 11001111 | 1101 | 110011 | 0 | 10011 | 100011101 | 110100 | 111101 |
Color Harmonies of #B466CF
Complementary color
Monochromatic Colors of #B466CF
Black with #B466CF
Text Example
Text Example
White with #B466CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B466CF; }
p { color: rgb(180,102,207); }
H1.HeaderClassName
{
color: #B466CF;
}
.AnyTagClassName
{
color: #B466CF;
}
</style>
background-color css
<style>
a { background-color: #B466CF; }
a { background-color: rgb(180,102,207); }
div.DivClassName
{
background-color: #B466CF;
}
.BgClassName
{
background-color: #B466CF;
}
</style>
border-color css
<style>
span { border-color: #B466CF; }
span { border-color: rgb(180,102,207); }
td.TdClassName
{
border-color: #B466CF;
}
.TagClassName
{
border-color: #B466CF;
}
</style>