Shades of Medium Orchid #B761FA
Tints of Medium Orchid #B761FA
RGB
CMYK
RGB Variations
Color information
#B761FA (or 0xB761FA) is known color: Medium Orchid. HEX triplet: B7, 61 and FA. RGB value is (183,97,250). Sum of RGB (Red+Green+Blue) = 183+97+250=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #B761FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B761FA is #489E05. Grayscale: #8B8B8B. Windows color (decimal): -4759046 or 16409015. OLE color: 16409015.
HSL color Cylindrical-coordinate representation of color #B761FA: hue angle of 273.73º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B761FA is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 97 | 250 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.02 |
| HSL | 273.73º | 0.94% | 0.68% | - |
| HSV(B) | 273.73º | 0.61% | 0.98% | - |
| XYZ | 41.06 | 25.52 | 93.2 | - |
| YUV | 140.16 | 189.99 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 250 | 0.27 | 0.61 | 0 | 0.02 | 273.73 | 0.94 | 0.68 |
| Hex | B7 | 61 | FA | 1B | 3D | 0 | 2 | 112 | 5E | 44 |
| Octal | 267 | 141 | 372 | 33 | 75 | 0 | 2 | 422 | 136 | 104 |
| Binary | 10110111 | 1100001 | 11111010 | 11011 | 111101 | 0 | 10 | 100010010 | 1011110 | 1000100 |
Color Harmonies of #B761FA
Complementary color
Monochromatic Colors of #B761FA
Black with #B761FA
Text Example
Text Example
White with #B761FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B761FA; }
p { color: rgb(183,97,250); }
H1.HeaderClassName
{
color: #B761FA;
}
.AnyTagClassName
{
color: #B761FA;
}
</style>
background-color css
<style>
a { background-color: #B761FA; }
a { background-color: rgb(183,97,250); }
div.DivClassName
{
background-color: #B761FA;
}
.BgClassName
{
background-color: #B761FA;
}
</style>
border-color css
<style>
span { border-color: #B761FA; }
span { border-color: rgb(183,97,250); }
td.TdClassName
{
border-color: #B761FA;
}
.TagClassName
{
border-color: #B761FA;
}
</style>