Shades of Medium Orchid #B265DF
Tints of Medium Orchid #B265DF
RGB
CMYK
RGB Variations
Color information
#B265DF (or 0xB265DF) is known color: Medium Orchid. HEX triplet: B2, 65 and DF. RGB value is (178,101,223). Sum of RGB (Red+Green+Blue) = 178+101+223=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #B265DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265DF is #4D9A20. Grayscale: #898989. Windows color (decimal): -5085729 or 14640562. OLE color: 14640562.
HSL color Cylindrical-coordinate representation of color #B265DF: hue angle of 277.87º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B265DF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 101 | 223 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.13 |
| HSL | 277.87º | 0.66% | 0.64% | - |
| HSV(B) | 277.87º | 0.55% | 0.87% | - |
| XYZ | 36.33 | 24.1 | 72.55 | - |
| YUV | 137.93 | 176.01 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 223 | 0.20 | 0.55 | 0 | 0.13 | 277.87 | 0.66 | 0.64 |
| Hex | B2 | 65 | DF | 14 | 37 | 0 | D | 116 | 42 | 40 |
| Octal | 262 | 145 | 337 | 24 | 67 | 0 | 15 | 426 | 102 | 100 |
| Binary | 10110010 | 1100101 | 11011111 | 10100 | 110111 | 0 | 1101 | 100010110 | 1000010 | 1000000 |
Color Harmonies of #B265DF
Complementary color
Monochromatic Colors of #B265DF
Black with #B265DF
Text Example
Text Example
White with #B265DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B265DF; }
p { color: rgb(178,101,223); }
H1.HeaderClassName
{
color: #B265DF;
}
.AnyTagClassName
{
color: #B265DF;
}
</style>
background-color css
<style>
a { background-color: #B265DF; }
a { background-color: rgb(178,101,223); }
div.DivClassName
{
background-color: #B265DF;
}
.BgClassName
{
background-color: #B265DF;
}
</style>
border-color css
<style>
span { border-color: #B265DF; }
span { border-color: rgb(178,101,223); }
td.TdClassName
{
border-color: #B265DF;
}
.TagClassName
{
border-color: #B265DF;
}
</style>