Shades of Medium Orchid #B255DF
Tints of Medium Orchid #B255DF
RGB
CMYK
RGB Variations
Color information
#B255DF (or 0xB255DF) is known color: Medium Orchid. HEX triplet: B2, 55 and DF. RGB value is (178,85,223). Sum of RGB (Red+Green+Blue) = 178+85+223=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #B255DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255DF is #4DAA20. Grayscale: #808080. Windows color (decimal): -5089825 or 14636466. OLE color: 14636466.
HSL color Cylindrical-coordinate representation of color #B255DF: hue angle of 280.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B255DF is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 85 | 223 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.13 |
| HSL | 280.43º | 0.68% | 0.6% | - |
| HSV(B) | 280.43º | 0.62% | 0.87% | - |
| XYZ | 34.93 | 21.29 | 72.08 | - |
| YUV | 128.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 223 | 0.20 | 0.62 | 0 | 0.13 | 280.43 | 0.68 | 0.6 |
| Hex | B2 | 55 | DF | 14 | 3E | 0 | D | 118 | 44 | 3C |
| Octal | 262 | 125 | 337 | 24 | 76 | 0 | 15 | 430 | 104 | 74 |
| Binary | 10110010 | 1010101 | 11011111 | 10100 | 111110 | 0 | 1101 | 100011000 | 1000100 | 111100 |
Color Harmonies of #B255DF
Complementary color
Monochromatic Colors of #B255DF
Black with #B255DF
Text Example
Text Example
White with #B255DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255DF; }
p { color: rgb(178,85,223); }
H1.HeaderClassName
{
color: #B255DF;
}
.AnyTagClassName
{
color: #B255DF;
}
</style>
background-color css
<style>
a { background-color: #B255DF; }
a { background-color: rgb(178,85,223); }
div.DivClassName
{
background-color: #B255DF;
}
.BgClassName
{
background-color: #B255DF;
}
</style>
border-color css
<style>
span { border-color: #B255DF; }
span { border-color: rgb(178,85,223); }
td.TdClassName
{
border-color: #B255DF;
}
.TagClassName
{
border-color: #B255DF;
}
</style>