Shades of Medium Orchid #B65FDE
Tints of Medium Orchid #B65FDE
RGB
CMYK
RGB Variations
Color information
#B65FDE (or 0xB65FDE) is known color: Medium Orchid. HEX triplet: B6, 5F and DE. RGB value is (182,95,222). Sum of RGB (Red+Green+Blue) = 182+95+222=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #B65FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FDE is #49A021. Grayscale: #878787. Windows color (decimal): -4825122 or 14573494. OLE color: 14573494.
HSL color Cylindrical-coordinate representation of color #B65FDE: hue angle of 281.1º degrees, saturation: 0.66, 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 #B65FDE is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 95 | 222 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.13 |
| HSL | 281.1º | 0.66% | 0.62% | - |
| HSV(B) | 281.1º | 0.57% | 0.87% | - |
| XYZ | 36.57 | 23.4 | 71.7 | - |
| YUV | 135.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 222 | 0.18 | 0.57 | 0 | 0.13 | 281.1 | 0.66 | 0.62 |
| Hex | B6 | 5F | DE | 12 | 39 | 0 | D | 119 | 42 | 3E |
| Octal | 266 | 137 | 336 | 22 | 71 | 0 | 15 | 431 | 102 | 76 |
| Binary | 10110110 | 1011111 | 11011110 | 10010 | 111001 | 0 | 1101 | 100011001 | 1000010 | 111110 |
Color Harmonies of #B65FDE
Complementary color
Monochromatic Colors of #B65FDE
Black with #B65FDE
Text Example
Text Example
White with #B65FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65FDE; }
p { color: rgb(182,95,222); }
H1.HeaderClassName
{
color: #B65FDE;
}
.AnyTagClassName
{
color: #B65FDE;
}
</style>
background-color css
<style>
a { background-color: #B65FDE; }
a { background-color: rgb(182,95,222); }
div.DivClassName
{
background-color: #B65FDE;
}
.BgClassName
{
background-color: #B65FDE;
}
</style>
border-color css
<style>
span { border-color: #B65FDE; }
span { border-color: rgb(182,95,222); }
td.TdClassName
{
border-color: #B65FDE;
}
.TagClassName
{
border-color: #B65FDE;
}
</style>