Shades of Medium Orchid #B65FFA
Tints of Medium Orchid #B65FFA
RGB
CMYK
RGB Variations
Color information
#B65FFA (or 0xB65FFA) is known color: Medium Orchid. HEX triplet: B6, 5F and FA. RGB value is (182,95,250). Sum of RGB (Red+Green+Blue) = 182+95+250=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #B65FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65FFA is #49A005. Grayscale: #8A8A8A. Windows color (decimal): -4825094 or 16408502. OLE color: 16408502.
HSL color Cylindrical-coordinate representation of color #B65FFA: hue angle of 273.68º degrees, saturation: 0.94, 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 #B65FFA is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 95 | 250 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.02 |
| HSL | 273.68º | 0.94% | 0.68% | - |
| HSV(B) | 273.68º | 0.62% | 0.98% | - |
| XYZ | 40.64 | 25.03 | 93.13 | - |
| YUV | 138.68 | 190.82 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 250 | 0.27 | 0.62 | 0 | 0.02 | 273.68 | 0.94 | 0.68 |
| Hex | B6 | 5F | FA | 1B | 3E | 0 | 2 | 112 | 5E | 44 |
| Octal | 266 | 137 | 372 | 33 | 76 | 0 | 2 | 422 | 136 | 104 |
| Binary | 10110110 | 1011111 | 11111010 | 11011 | 111110 | 0 | 10 | 100010010 | 1011110 | 1000100 |
Color Harmonies of #B65FFA
Complementary color
Monochromatic Colors of #B65FFA
Black with #B65FFA
Text Example
Text Example
White with #B65FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65FFA; }
p { color: rgb(182,95,250); }
H1.HeaderClassName
{
color: #B65FFA;
}
.AnyTagClassName
{
color: #B65FFA;
}
</style>
background-color css
<style>
a { background-color: #B65FFA; }
a { background-color: rgb(182,95,250); }
div.DivClassName
{
background-color: #B65FFA;
}
.BgClassName
{
background-color: #B65FFA;
}
</style>
border-color css
<style>
span { border-color: #B65FFA; }
span { border-color: rgb(182,95,250); }
td.TdClassName
{
border-color: #B65FFA;
}
.TagClassName
{
border-color: #B65FFA;
}
</style>