Shades of Medium Orchid #B665FA
Tints of Medium Orchid #B665FA
RGB
CMYK
RGB Variations
Color information
#B665FA (or 0xB665FA) is known color: Medium Orchid. HEX triplet: B6, 65 and FA. RGB value is (182,101,250). Sum of RGB (Red+Green+Blue) = 182+101+250=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #B665FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B665FA is #499A05. Grayscale: #8D8D8D. Windows color (decimal): -4823558 or 16410038. OLE color: 16410038.
HSL color Cylindrical-coordinate representation of color #B665FA: hue angle of 272.62º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B665FA is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 101 | 250 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.02 |
| HSL | 272.62º | 0.94% | 0.69% | - |
| HSV(B) | 272.62º | 0.6% | 0.98% | - |
| XYZ | 41.2 | 26.15 | 93.32 | - |
| YUV | 142.21 | 188.84 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 250 | 0.27 | 0.60 | 0 | 0.02 | 272.62 | 0.94 | 0.69 |
| Hex | B6 | 65 | FA | 1B | 3C | 0 | 2 | 111 | 5E | 45 |
| Octal | 266 | 145 | 372 | 33 | 74 | 0 | 2 | 421 | 136 | 105 |
| Binary | 10110110 | 1100101 | 11111010 | 11011 | 111100 | 0 | 10 | 100010001 | 1011110 | 1000101 |
Color Harmonies of #B665FA
Complementary color
Monochromatic Colors of #B665FA
Black with #B665FA
Text Example
Text Example
White with #B665FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665FA; }
p { color: rgb(182,101,250); }
H1.HeaderClassName
{
color: #B665FA;
}
.AnyTagClassName
{
color: #B665FA;
}
</style>
background-color css
<style>
a { background-color: #B665FA; }
a { background-color: rgb(182,101,250); }
div.DivClassName
{
background-color: #B665FA;
}
.BgClassName
{
background-color: #B665FA;
}
</style>
border-color css
<style>
span { border-color: #B665FA; }
span { border-color: rgb(182,101,250); }
td.TdClassName
{
border-color: #B665FA;
}
.TagClassName
{
border-color: #B665FA;
}
</style>