Shades of Medium Orchid #B65FDF
Tints of Medium Orchid #B65FDF
RGB
CMYK
RGB Variations
Color information
#B65FDF (or 0xB65FDF) is known color: Medium Orchid. HEX triplet: B6, 5F and DF. RGB value is (182,95,223). Sum of RGB (Red+Green+Blue) = 182+95+223=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #B65FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FDF is #49A020. Grayscale: #878787. Windows color (decimal): -4825121 or 14639030. OLE color: 14639030.
HSL color Cylindrical-coordinate representation of color #B65FDF: hue angle of 280.78º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B65FDF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 95 | 223 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.13 |
| HSL | 280.78º | 0.67% | 0.62% | - |
| HSV(B) | 280.78º | 0.57% | 0.87% | - |
| XYZ | 36.7 | 23.46 | 72.41 | - |
| YUV | 135.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 223 | 0.18 | 0.57 | 0 | 0.13 | 280.78 | 0.67 | 0.62 |
| Hex | B6 | 5F | DF | 12 | 39 | 0 | D | 119 | 43 | 3E |
| Octal | 266 | 137 | 337 | 22 | 71 | 0 | 15 | 431 | 103 | 76 |
| Binary | 10110110 | 1011111 | 11011111 | 10010 | 111001 | 0 | 1101 | 100011001 | 1000011 | 111110 |
Color Harmonies of #B65FDF
Complementary color
Monochromatic Colors of #B65FDF
Black with #B65FDF
Text Example
Text Example
White with #B65FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65FDF; }
p { color: rgb(182,95,223); }
H1.HeaderClassName
{
color: #B65FDF;
}
.AnyTagClassName
{
color: #B65FDF;
}
</style>
background-color css
<style>
a { background-color: #B65FDF; }
a { background-color: rgb(182,95,223); }
div.DivClassName
{
background-color: #B65FDF;
}
.BgClassName
{
background-color: #B65FDF;
}
</style>
border-color css
<style>
span { border-color: #B65FDF; }
span { border-color: rgb(182,95,223); }
td.TdClassName
{
border-color: #B65FDF;
}
.TagClassName
{
border-color: #B65FDF;
}
</style>