Shades of Medium Orchid #B464CF
Tints of Medium Orchid #B464CF
RGB
CMYK
RGB Variations
Color information
#B464CF (or 0xB464CF) is known color: Medium Orchid. HEX triplet: B4, 64 and CF. RGB value is (180,100,207). Sum of RGB (Red+Green+Blue) = 180+100+207=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #B464CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464CF is #4B9B30. Grayscale: #878787. Windows color (decimal): -4954929 or 13591732. OLE color: 13591732.
HSL color Cylindrical-coordinate representation of color #B464CF: hue angle of 284.86º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B464CF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 100 | 207 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.19 |
| HSL | 284.86º | 0.53% | 0.6% | - |
| HSV(B) | 284.86º | 0.52% | 0.81% | - |
| XYZ | 34.64 | 23.32 | 61.71 | - |
| YUV | 136.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 207 | 0.13 | 0.52 | 0 | 0.19 | 284.86 | 0.53 | 0.6 |
| Hex | B4 | 64 | CF | D | 34 | 0 | 13 | 11D | 35 | 3C |
| Octal | 264 | 144 | 317 | 15 | 64 | 0 | 23 | 435 | 65 | 74 |
| Binary | 10110100 | 1100100 | 11001111 | 1101 | 110100 | 0 | 10011 | 100011101 | 110101 | 111100 |
Color Harmonies of #B464CF
Complementary color
Monochromatic Colors of #B464CF
Black with #B464CF
Text Example
Text Example
White with #B464CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464CF; }
p { color: rgb(180,100,207); }
H1.HeaderClassName
{
color: #B464CF;
}
.AnyTagClassName
{
color: #B464CF;
}
</style>
background-color css
<style>
a { background-color: #B464CF; }
a { background-color: rgb(180,100,207); }
div.DivClassName
{
background-color: #B464CF;
}
.BgClassName
{
background-color: #B464CF;
}
</style>
border-color css
<style>
span { border-color: #B464CF; }
span { border-color: rgb(180,100,207); }
td.TdClassName
{
border-color: #B464CF;
}
.TagClassName
{
border-color: #B464CF;
}
</style>