Shades of Medium Orchid #B65DF8
Tints of Medium Orchid #B65DF8
RGB
CMYK
RGB Variations
Color information
#B65DF8 (or 0xB65DF8) is known color: Medium Orchid. HEX triplet: B6, 5D and F8. RGB value is (182,93,248). Sum of RGB (Red+Green+Blue) = 182+93+248=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #B65DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65DF8 is #49A207. Grayscale: #888888. Windows color (decimal): -4825608 or 16276918. OLE color: 16276918.
HSL color Cylindrical-coordinate representation of color #B65DF8: hue angle of 274.45º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65DF8 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 93 | 248 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.03 |
| HSL | 274.45º | 0.92% | 0.67% | - |
| HSV(B) | 274.45º | 0.63% | 0.97% | - |
| XYZ | 40.15 | 24.55 | 91.43 | - |
| YUV | 137.28 | 190.49 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 248 | 0.27 | 0.62 | 0 | 0.03 | 274.45 | 0.92 | 0.67 |
| Hex | B6 | 5D | F8 | 1B | 3E | 0 | 3 | 112 | 5C | 43 |
| Octal | 266 | 135 | 370 | 33 | 76 | 0 | 3 | 422 | 134 | 103 |
| Binary | 10110110 | 1011101 | 11111000 | 11011 | 111110 | 0 | 11 | 100010010 | 1011100 | 1000011 |
Color Harmonies of #B65DF8
Complementary color
Monochromatic Colors of #B65DF8
Black with #B65DF8
Text Example
Text Example
White with #B65DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65DF8; }
p { color: rgb(182,93,248); }
H1.HeaderClassName
{
color: #B65DF8;
}
.AnyTagClassName
{
color: #B65DF8;
}
</style>
background-color css
<style>
a { background-color: #B65DF8; }
a { background-color: rgb(182,93,248); }
div.DivClassName
{
background-color: #B65DF8;
}
.BgClassName
{
background-color: #B65DF8;
}
</style>
border-color css
<style>
span { border-color: #B65DF8; }
span { border-color: rgb(182,93,248); }
td.TdClassName
{
border-color: #B65DF8;
}
.TagClassName
{
border-color: #B65DF8;
}
</style>