Shades of Medium Orchid #B46BCD
Tints of Medium Orchid #B46BCD
RGB
CMYK
RGB Variations
Color information
#B46BCD (or 0xB46BCD) is known color: Medium Orchid. HEX triplet: B4, 6B and CD. RGB value is (180,107,205). Sum of RGB (Red+Green+Blue) = 180+107+205=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #B46BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BCD is #4B9432. Grayscale: #8B8B8B. Windows color (decimal): -4953139 or 13462452. OLE color: 13462452.
HSL color Cylindrical-coordinate representation of color #B46BCD: hue angle of 284.69º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B46BCD is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 107 | 205 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.20 |
| HSL | 284.69º | 0.49% | 0.61% | - |
| HSV(B) | 284.69º | 0.48% | 0.8% | - |
| XYZ | 35.1 | 24.63 | 60.66 | - |
| YUV | 140 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 107 | 205 | 0.12 | 0.48 | 0 | 0.20 | 284.69 | 0.49 | 0.61 |
| Hex | B4 | 6B | CD | C | 30 | 0 | 14 | 11D | 31 | 3D |
| Octal | 264 | 153 | 315 | 14 | 60 | 0 | 24 | 435 | 61 | 75 |
| Binary | 10110100 | 1101011 | 11001101 | 1100 | 110000 | 0 | 10100 | 100011101 | 110001 | 111101 |
Color Harmonies of #B46BCD
Complementary color
Monochromatic Colors of #B46BCD
Black with #B46BCD
Text Example
Text Example
White with #B46BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46BCD; }
p { color: rgb(180,107,205); }
H1.HeaderClassName
{
color: #B46BCD;
}
.AnyTagClassName
{
color: #B46BCD;
}
</style>
background-color css
<style>
a { background-color: #B46BCD; }
a { background-color: rgb(180,107,205); }
div.DivClassName
{
background-color: #B46BCD;
}
.BgClassName
{
background-color: #B46BCD;
}
</style>
border-color css
<style>
span { border-color: #B46BCD; }
span { border-color: rgb(180,107,205); }
td.TdClassName
{
border-color: #B46BCD;
}
.TagClassName
{
border-color: #B46BCD;
}
</style>