Shades of Medium Orchid #B65FDC
Tints of Medium Orchid #B65FDC
RGB
CMYK
RGB Variations
Color information
#B65FDC (or 0xB65FDC) is known color: Medium Orchid. HEX triplet: B6, 5F and DC. RGB value is (182,95,220). Sum of RGB (Red+Green+Blue) = 182+95+220=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #B65FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FDC is #49A023. Grayscale: #868686. Windows color (decimal): -4825124 or 14442422. OLE color: 14442422.
HSL color Cylindrical-coordinate representation of color #B65FDC: hue angle of 281.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B65FDC is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 95 | 220 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.14 |
| HSL | 281.76º | 0.64% | 0.62% | - |
| HSV(B) | 281.76º | 0.57% | 0.86% | - |
| XYZ | 36.3 | 23.3 | 70.29 | - |
| YUV | 135.26 | 175.82 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 220 | 0.17 | 0.57 | 0 | 0.14 | 281.76 | 0.64 | 0.62 |
| Hex | B6 | 5F | DC | 11 | 39 | 0 | E | 11A | 40 | 3E |
| Octal | 266 | 137 | 334 | 21 | 71 | 0 | 16 | 432 | 100 | 76 |
| Binary | 10110110 | 1011111 | 11011100 | 10001 | 111001 | 0 | 1110 | 100011010 | 1000000 | 111110 |
Color Harmonies of #B65FDC
Complementary color
Monochromatic Colors of #B65FDC
Black with #B65FDC
Text Example
Text Example
White with #B65FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65FDC; }
p { color: rgb(182,95,220); }
H1.HeaderClassName
{
color: #B65FDC;
}
.AnyTagClassName
{
color: #B65FDC;
}
</style>
background-color css
<style>
a { background-color: #B65FDC; }
a { background-color: rgb(182,95,220); }
div.DivClassName
{
background-color: #B65FDC;
}
.BgClassName
{
background-color: #B65FDC;
}
</style>
border-color css
<style>
span { border-color: #B65FDC; }
span { border-color: rgb(182,95,220); }
td.TdClassName
{
border-color: #B65FDC;
}
.TagClassName
{
border-color: #B65FDC;
}
</style>