Shades of Medium Orchid #B65FFB
Tints of Medium Orchid #B65FFB
RGB
CMYK
RGB Variations
Color information
#B65FFB (or 0xB65FFB) is known color: Medium Orchid. HEX triplet: B6, 5F and FB. RGB value is (182,95,251). Sum of RGB (Red+Green+Blue) = 182+95+251=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #B65FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65FFB is #49A004. Grayscale: #8A8A8A. Windows color (decimal): -4825093 or 16474038. OLE color: 16474038.
HSL color Cylindrical-coordinate representation of color #B65FFB: hue angle of 273.46º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65FFB is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 95 | 251 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.02 |
| HSL | 273.46º | 0.95% | 0.68% | - |
| HSV(B) | 273.46º | 0.62% | 0.98% | - |
| XYZ | 40.8 | 25.09 | 93.96 | - |
| YUV | 138.8 | 191.32 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 251 | 0.27 | 0.62 | 0 | 0.02 | 273.46 | 0.95 | 0.68 |
| Hex | B6 | 5F | FB | 1B | 3E | 0 | 2 | 111 | 5F | 44 |
| Octal | 266 | 137 | 373 | 33 | 76 | 0 | 2 | 421 | 137 | 104 |
| Binary | 10110110 | 1011111 | 11111011 | 11011 | 111110 | 0 | 10 | 100010001 | 1011111 | 1000100 |
Color Harmonies of #B65FFB
Complementary color
Monochromatic Colors of #B65FFB
Black with #B65FFB
Text Example
Text Example
White with #B65FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65FFB; }
p { color: rgb(182,95,251); }
H1.HeaderClassName
{
color: #B65FFB;
}
.AnyTagClassName
{
color: #B65FFB;
}
</style>
background-color css
<style>
a { background-color: #B65FFB; }
a { background-color: rgb(182,95,251); }
div.DivClassName
{
background-color: #B65FFB;
}
.BgClassName
{
background-color: #B65FFB;
}
</style>
border-color css
<style>
span { border-color: #B65FFB; }
span { border-color: rgb(182,95,251); }
td.TdClassName
{
border-color: #B65FFB;
}
.TagClassName
{
border-color: #B65FFB;
}
</style>