Shades of Medium Orchid #B65AF6
Tints of Medium Orchid #B65AF6
RGB
CMYK
RGB Variations
Color information
#B65AF6 (or 0xB65AF6) is known color: Medium Orchid. HEX triplet: B6, 5A and F6. RGB value is (182,90,246). Sum of RGB (Red+Green+Blue) = 182+90+246=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #B65AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65AF6 is #49A509. Grayscale: #868686. Windows color (decimal): -4826378 or 16145078. OLE color: 16145078.
HSL color Cylindrical-coordinate representation of color #B65AF6: hue angle of 275.38º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B65AF6 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 90 | 246 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.04 |
| HSL | 275.38º | 0.9% | 0.66% | - |
| HSV(B) | 275.38º | 0.63% | 0.96% | - |
| XYZ | 39.58 | 23.91 | 89.72 | - |
| YUV | 135.29 | 190.48 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 246 | 0.26 | 0.63 | 0 | 0.04 | 275.38 | 0.9 | 0.66 |
| Hex | B6 | 5A | F6 | 1A | 3F | 0 | 4 | 113 | 5A | 42 |
| Octal | 266 | 132 | 366 | 32 | 77 | 0 | 4 | 423 | 132 | 102 |
| Binary | 10110110 | 1011010 | 11110110 | 11010 | 111111 | 0 | 100 | 100010011 | 1011010 | 1000010 |
Color Harmonies of #B65AF6
Complementary color
Monochromatic Colors of #B65AF6
Black with #B65AF6
Text Example
Text Example
White with #B65AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65AF6; }
p { color: rgb(182,90,246); }
H1.HeaderClassName
{
color: #B65AF6;
}
.AnyTagClassName
{
color: #B65AF6;
}
</style>
background-color css
<style>
a { background-color: #B65AF6; }
a { background-color: rgb(182,90,246); }
div.DivClassName
{
background-color: #B65AF6;
}
.BgClassName
{
background-color: #B65AF6;
}
</style>
border-color css
<style>
span { border-color: #B65AF6; }
span { border-color: rgb(182,90,246); }
td.TdClassName
{
border-color: #B65AF6;
}
.TagClassName
{
border-color: #B65AF6;
}
</style>