Shades of Medium Orchid #B455CF
Tints of Medium Orchid #B455CF
RGB
CMYK
RGB Variations
Color information
#B455CF (or 0xB455CF) is known color: Medium Orchid. HEX triplet: B4, 55 and CF. RGB value is (180,85,207). Sum of RGB (Red+Green+Blue) = 180+85+207=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #B455CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455CF is #4BAA30. Grayscale: #7E7E7E. Windows color (decimal): -4958769 or 13587892. OLE color: 13587892.
HSL color Cylindrical-coordinate representation of color #B455CF: hue angle of 286.72º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B455CF is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 85 | 207 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.19 |
| HSL | 286.72º | 0.56% | 0.57% | - |
| HSV(B) | 286.72º | 0.59% | 0.81% | - |
| XYZ | 33.33 | 20.71 | 61.27 | - |
| YUV | 127.31 | 172.97 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 85 | 207 | 0.13 | 0.59 | 0 | 0.19 | 286.72 | 0.56 | 0.57 |
| Hex | B4 | 55 | CF | D | 3B | 0 | 13 | 11F | 38 | 39 |
| Octal | 264 | 125 | 317 | 15 | 73 | 0 | 23 | 437 | 70 | 71 |
| Binary | 10110100 | 1010101 | 11001111 | 1101 | 111011 | 0 | 10011 | 100011111 | 111000 | 111001 |
Color Harmonies of #B455CF
Complementary color
Monochromatic Colors of #B455CF
Black with #B455CF
Text Example
Text Example
White with #B455CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B455CF; }
p { color: rgb(180,85,207); }
H1.HeaderClassName
{
color: #B455CF;
}
.AnyTagClassName
{
color: #B455CF;
}
</style>
background-color css
<style>
a { background-color: #B455CF; }
a { background-color: rgb(180,85,207); }
div.DivClassName
{
background-color: #B455CF;
}
.BgClassName
{
background-color: #B455CF;
}
</style>
border-color css
<style>
span { border-color: #B455CF; }
span { border-color: rgb(180,85,207); }
td.TdClassName
{
border-color: #B455CF;
}
.TagClassName
{
border-color: #B455CF;
}
</style>