Shades of Medium Orchid #B65FFD
Tints of Medium Orchid #B65FFD
RGB
CMYK
RGB Variations
Color information
#B65FFD (or 0xB65FFD) is known color: Medium Orchid. HEX triplet: B6, 5F and FD. RGB value is (182,95,253). Sum of RGB (Red+Green+Blue) = 182+95+253=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #B65FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65FFD is #49A002. Grayscale: #8A8A8A. Windows color (decimal): -4825091 or 16605110. OLE color: 16605110.
HSL color Cylindrical-coordinate representation of color #B65FFD: hue angle of 273.04º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65FFD is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 95 | 253 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.01 |
| HSL | 273.04º | 0.98% | 0.68% | - |
| HSV(B) | 273.04º | 0.62% | 0.99% | - |
| XYZ | 41.11 | 25.22 | 95.63 | - |
| YUV | 139.03 | 192.32 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 253 | 0.28 | 0.62 | 0 | 0.01 | 273.04 | 0.98 | 0.68 |
| Hex | B6 | 5F | FD | 1C | 3E | 0 | 1 | 111 | 62 | 44 |
| Octal | 266 | 137 | 375 | 34 | 76 | 0 | 1 | 421 | 142 | 104 |
| Binary | 10110110 | 1011111 | 11111101 | 11100 | 111110 | 0 | 1 | 100010001 | 1100010 | 1000100 |
Color Harmonies of #B65FFD
Complementary color
Monochromatic Colors of #B65FFD
Black with #B65FFD
Text Example
Text Example
White with #B65FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65FFD; }
p { color: rgb(182,95,253); }
H1.HeaderClassName
{
color: #B65FFD;
}
.AnyTagClassName
{
color: #B65FFD;
}
</style>
background-color css
<style>
a { background-color: #B65FFD; }
a { background-color: rgb(182,95,253); }
div.DivClassName
{
background-color: #B65FFD;
}
.BgClassName
{
background-color: #B65FFD;
}
</style>
border-color css
<style>
span { border-color: #B65FFD; }
span { border-color: rgb(182,95,253); }
td.TdClassName
{
border-color: #B65FFD;
}
.TagClassName
{
border-color: #B65FFD;
}
</style>