Shades of Medium Orchid #B469CF
Tints of Medium Orchid #B469CF
RGB
CMYK
RGB Variations
Color information
#B469CF (or 0xB469CF) is known color: Medium Orchid. HEX triplet: B4, 69 and CF. RGB value is (180,105,207). Sum of RGB (Red+Green+Blue) = 180+105+207=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #B469CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469CF is #4B9630. Grayscale: #8A8A8A. Windows color (decimal): -4953649 or 13593012. OLE color: 13593012.
HSL color Cylindrical-coordinate representation of color #B469CF: hue angle of 284.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B469CF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 105 | 207 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.19 |
| HSL | 284.12º | 0.52% | 0.61% | - |
| HSV(B) | 284.12º | 0.49% | 0.81% | - |
| XYZ | 35.14 | 24.31 | 61.87 | - |
| YUV | 139.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 207 | 0.13 | 0.49 | 0 | 0.19 | 284.12 | 0.52 | 0.61 |
| Hex | B4 | 69 | CF | D | 31 | 0 | 13 | 11C | 34 | 3D |
| Octal | 264 | 151 | 317 | 15 | 61 | 0 | 23 | 434 | 64 | 75 |
| Binary | 10110100 | 1101001 | 11001111 | 1101 | 110001 | 0 | 10011 | 100011100 | 110100 | 111101 |
Color Harmonies of #B469CF
Complementary color
Monochromatic Colors of #B469CF
Black with #B469CF
Text Example
Text Example
White with #B469CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B469CF; }
p { color: rgb(180,105,207); }
H1.HeaderClassName
{
color: #B469CF;
}
.AnyTagClassName
{
color: #B469CF;
}
</style>
background-color css
<style>
a { background-color: #B469CF; }
a { background-color: rgb(180,105,207); }
div.DivClassName
{
background-color: #B469CF;
}
.BgClassName
{
background-color: #B469CF;
}
</style>
border-color css
<style>
span { border-color: #B469CF; }
span { border-color: rgb(180,105,207); }
td.TdClassName
{
border-color: #B469CF;
}
.TagClassName
{
border-color: #B469CF;
}
</style>