Shades of Medium Orchid #B255CF
Tints of Medium Orchid #B255CF
RGB
CMYK
RGB Variations
Color information
#B255CF (or 0xB255CF) is known color: Medium Orchid. HEX triplet: B2, 55 and CF. RGB value is (178,85,207). Sum of RGB (Red+Green+Blue) = 178+85+207=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #B255CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255CF is #4DAA30. Grayscale: #7E7E7E. Windows color (decimal): -5089841 or 13587890. OLE color: 13587890.
HSL color Cylindrical-coordinate representation of color #B255CF: hue angle of 285.74º 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 #B255CF is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 85 | 207 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.19 |
| HSL | 285.74º | 0.56% | 0.57% | - |
| HSV(B) | 285.74º | 0.59% | 0.81% | - |
| XYZ | 32.87 | 20.47 | 61.25 | - |
| YUV | 126.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 207 | 0.14 | 0.59 | 0 | 0.19 | 285.74 | 0.56 | 0.57 |
| Hex | B2 | 55 | CF | E | 3B | 0 | 13 | 11E | 38 | 39 |
| Octal | 262 | 125 | 317 | 16 | 73 | 0 | 23 | 436 | 70 | 71 |
| Binary | 10110010 | 1010101 | 11001111 | 1110 | 111011 | 0 | 10011 | 100011110 | 111000 | 111001 |
Color Harmonies of #B255CF
Complementary color
Monochromatic Colors of #B255CF
Black with #B255CF
Text Example
Text Example
White with #B255CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255CF; }
p { color: rgb(178,85,207); }
H1.HeaderClassName
{
color: #B255CF;
}
.AnyTagClassName
{
color: #B255CF;
}
</style>
background-color css
<style>
a { background-color: #B255CF; }
a { background-color: rgb(178,85,207); }
div.DivClassName
{
background-color: #B255CF;
}
.BgClassName
{
background-color: #B255CF;
}
</style>
border-color css
<style>
span { border-color: #B255CF; }
span { border-color: rgb(178,85,207); }
td.TdClassName
{
border-color: #B255CF;
}
.TagClassName
{
border-color: #B255CF;
}
</style>