Shades of Medium Orchid #B466DA
Tints of Medium Orchid #B466DA
RGB
CMYK
RGB Variations
Color information
#B466DA (or 0xB466DA) is known color: Medium Orchid. HEX triplet: B4, 66 and DA. RGB value is (180,102,218). Sum of RGB (Red+Green+Blue) = 180+102+218=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #B466DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466DA is #4B9925. Grayscale: #8A8A8A. Windows color (decimal): -4954406 or 14313140. OLE color: 14313140.
HSL color Cylindrical-coordinate representation of color #B466DA: hue angle of 280.34º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B466DA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 102 | 218 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.15 |
| HSL | 280.34º | 0.61% | 0.63% | - |
| HSV(B) | 280.34º | 0.53% | 0.85% | - |
| XYZ | 36.23 | 24.27 | 69.1 | - |
| YUV | 138.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 218 | 0.17 | 0.53 | 0 | 0.15 | 280.34 | 0.61 | 0.63 |
| Hex | B4 | 66 | DA | 11 | 35 | 0 | F | 118 | 3D | 3F |
| Octal | 264 | 146 | 332 | 21 | 65 | 0 | 17 | 430 | 75 | 77 |
| Binary | 10110100 | 1100110 | 11011010 | 10001 | 110101 | 0 | 1111 | 100011000 | 111101 | 111111 |
Color Harmonies of #B466DA
Complementary color
Monochromatic Colors of #B466DA
Black with #B466DA
Text Example
Text Example
White with #B466DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B466DA; }
p { color: rgb(180,102,218); }
H1.HeaderClassName
{
color: #B466DA;
}
.AnyTagClassName
{
color: #B466DA;
}
</style>
background-color css
<style>
a { background-color: #B466DA; }
a { background-color: rgb(180,102,218); }
div.DivClassName
{
background-color: #B466DA;
}
.BgClassName
{
background-color: #B466DA;
}
</style>
border-color css
<style>
span { border-color: #B466DA; }
span { border-color: rgb(180,102,218); }
td.TdClassName
{
border-color: #B466DA;
}
.TagClassName
{
border-color: #B466DA;
}
</style>