Shades of Medium Orchid #B65BFD
Tints of Medium Orchid #B65BFD
RGB
CMYK
RGB Variations
Color information
#B65BFD (or 0xB65BFD) is known color: Medium Orchid. HEX triplet: B6, 5B and FD. RGB value is (182,91,253). Sum of RGB (Red+Green+Blue) = 182+91+253=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #B65BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65BFD is #49A402. Grayscale: #888888. Windows color (decimal): -4826115 or 16604086. OLE color: 16604086.
HSL color Cylindrical-coordinate representation of color #B65BFD: hue angle of 273.7º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B65BFD is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 91 | 253 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.01 |
| HSL | 273.7º | 0.98% | 0.67% | - |
| HSV(B) | 273.7º | 0.64% | 0.99% | - |
| XYZ | 40.76 | 24.52 | 95.51 | - |
| YUV | 136.68 | 193.65 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 91 | 253 | 0.28 | 0.64 | 0 | 0.01 | 273.7 | 0.98 | 0.67 |
| Hex | B6 | 5B | FD | 1C | 40 | 0 | 1 | 112 | 62 | 43 |
| Octal | 266 | 133 | 375 | 34 | 100 | 0 | 1 | 422 | 142 | 103 |
| Binary | 10110110 | 1011011 | 11111101 | 11100 | 1000000 | 0 | 1 | 100010010 | 1100010 | 1000011 |
Color Harmonies of #B65BFD
Complementary color
Monochromatic Colors of #B65BFD
Black with #B65BFD
Text Example
Text Example
White with #B65BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65BFD; }
p { color: rgb(182,91,253); }
H1.HeaderClassName
{
color: #B65BFD;
}
.AnyTagClassName
{
color: #B65BFD;
}
</style>
background-color css
<style>
a { background-color: #B65BFD; }
a { background-color: rgb(182,91,253); }
div.DivClassName
{
background-color: #B65BFD;
}
.BgClassName
{
background-color: #B65BFD;
}
</style>
border-color css
<style>
span { border-color: #B65BFD; }
span { border-color: rgb(182,91,253); }
td.TdClassName
{
border-color: #B65BFD;
}
.TagClassName
{
border-color: #B65BFD;
}
</style>