Shades of Medium Orchid #B65AF7
Tints of Medium Orchid #B65AF7
RGB
CMYK
RGB Variations
Color information
#B65AF7 (or 0xB65AF7) is known color: Medium Orchid. HEX triplet: B6, 5A and F7. RGB value is (182,90,247). Sum of RGB (Red+Green+Blue) = 182+90+247=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #B65AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65AF7 is #49A508. Grayscale: #868686. Windows color (decimal): -4826377 or 16210614. OLE color: 16210614.
HSL color Cylindrical-coordinate representation of color #B65AF7: hue angle of 275.16º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B65AF7 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 90 | 247 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.03 |
| HSL | 275.16º | 0.91% | 0.66% | - |
| HSV(B) | 275.16º | 0.64% | 0.97% | - |
| XYZ | 39.74 | 23.97 | 90.53 | - |
| YUV | 135.41 | 190.98 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 247 | 0.26 | 0.64 | 0 | 0.03 | 275.16 | 0.91 | 0.66 |
| Hex | B6 | 5A | F7 | 1A | 40 | 0 | 3 | 113 | 5B | 42 |
| Octal | 266 | 132 | 367 | 32 | 100 | 0 | 3 | 423 | 133 | 102 |
| Binary | 10110110 | 1011010 | 11110111 | 11010 | 1000000 | 0 | 11 | 100010011 | 1011011 | 1000010 |
Color Harmonies of #B65AF7
Complementary color
Monochromatic Colors of #B65AF7
Black with #B65AF7
Text Example
Text Example
White with #B65AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65AF7; }
p { color: rgb(182,90,247); }
H1.HeaderClassName
{
color: #B65AF7;
}
.AnyTagClassName
{
color: #B65AF7;
}
</style>
background-color css
<style>
a { background-color: #B65AF7; }
a { background-color: rgb(182,90,247); }
div.DivClassName
{
background-color: #B65AF7;
}
.BgClassName
{
background-color: #B65AF7;
}
</style>
border-color css
<style>
span { border-color: #B65AF7; }
span { border-color: rgb(182,90,247); }
td.TdClassName
{
border-color: #B65AF7;
}
.TagClassName
{
border-color: #B65AF7;
}
</style>