Shades of Medium Orchid #B46FCB
Tints of Medium Orchid #B46FCB
RGB
CMYK
RGB Variations
Color information
#B46FCB (or 0xB46FCB) is known color: Medium Orchid. HEX triplet: B4, 6F and CB. RGB value is (180,111,203). Sum of RGB (Red+Green+Blue) = 180+111+203=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #B46FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FCB is #4B9034. Grayscale: #8D8D8D. Windows color (decimal): -4952117 or 13332404. OLE color: 13332404.
HSL color Cylindrical-coordinate representation of color #B46FCB: hue angle of 285º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B46FCB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 111 | 203 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.20 |
| HSL | 285º | 0.47% | 0.62% | - |
| HSV(B) | 285º | 0.45% | 0.8% | - |
| XYZ | 35.29 | 25.38 | 59.54 | - |
| YUV | 142.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 111 | 203 | 0.11 | 0.45 | 0 | 0.20 | 285 | 0.47 | 0.62 |
| Hex | B4 | 6F | CB | B | 2D | 0 | 14 | 11D | 2F | 3E |
| Octal | 264 | 157 | 313 | 13 | 55 | 0 | 24 | 435 | 57 | 76 |
| Binary | 10110100 | 1101111 | 11001011 | 1011 | 101101 | 0 | 10100 | 100011101 | 101111 | 111110 |
Color Harmonies of #B46FCB
Complementary color
Monochromatic Colors of #B46FCB
Black with #B46FCB
Text Example
Text Example
White with #B46FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46FCB; }
p { color: rgb(180,111,203); }
H1.HeaderClassName
{
color: #B46FCB;
}
.AnyTagClassName
{
color: #B46FCB;
}
</style>
background-color css
<style>
a { background-color: #B46FCB; }
a { background-color: rgb(180,111,203); }
div.DivClassName
{
background-color: #B46FCB;
}
.BgClassName
{
background-color: #B46FCB;
}
</style>
border-color css
<style>
span { border-color: #B46FCB; }
span { border-color: rgb(180,111,203); }
td.TdClassName
{
border-color: #B46FCB;
}
.TagClassName
{
border-color: #B46FCB;
}
</style>