Shades of Medium Orchid #B65FED
Tints of Medium Orchid #B65FED
RGB
CMYK
RGB Variations
Color information
#B65FED (or 0xB65FED) is known color: Medium Orchid. HEX triplet: B6, 5F and ED. RGB value is (182,95,237). Sum of RGB (Red+Green+Blue) = 182+95+237=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #B65FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65FED is #49A012. Grayscale: #888888. Windows color (decimal): -4825107 or 15556534. OLE color: 15556534.
HSL color Cylindrical-coordinate representation of color #B65FED: hue angle of 276.76º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65FED is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 95 | 237 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.07 |
| HSL | 276.76º | 0.8% | 0.65% | - |
| HSV(B) | 276.76º | 0.6% | 0.93% | - |
| XYZ | 38.67 | 24.24 | 82.76 | - |
| YUV | 137.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 237 | 0.23 | 0.60 | 0 | 0.07 | 276.76 | 0.8 | 0.65 |
| Hex | B6 | 5F | ED | 17 | 3C | 0 | 7 | 115 | 50 | 41 |
| Octal | 266 | 137 | 355 | 27 | 74 | 0 | 7 | 425 | 120 | 101 |
| Binary | 10110110 | 1011111 | 11101101 | 10111 | 111100 | 0 | 111 | 100010101 | 1010000 | 1000001 |
Color Harmonies of #B65FED
Complementary color
Monochromatic Colors of #B65FED
Black with #B65FED
Text Example
Text Example
White with #B65FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65FED; }
p { color: rgb(182,95,237); }
H1.HeaderClassName
{
color: #B65FED;
}
.AnyTagClassName
{
color: #B65FED;
}
</style>
background-color css
<style>
a { background-color: #B65FED; }
a { background-color: rgb(182,95,237); }
div.DivClassName
{
background-color: #B65FED;
}
.BgClassName
{
background-color: #B65FED;
}
</style>
border-color css
<style>
span { border-color: #B65FED; }
span { border-color: rgb(182,95,237); }
td.TdClassName
{
border-color: #B65FED;
}
.TagClassName
{
border-color: #B65FED;
}
</style>