Shades of Medium Orchid #B760F8
Tints of Medium Orchid #B760F8
RGB
CMYK
RGB Variations
Color information
#B760F8 (or 0xB760F8) is known color: Medium Orchid. HEX triplet: B7, 60 and F8. RGB value is (183,96,248). Sum of RGB (Red+Green+Blue) = 183+96+248=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 248 (97.27% from 255 or 47.06% from 527); Max value from RGB is 248 - color contains mainly: blue. Hex color #B760F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B760F8 is #489F07. Grayscale: #8A8A8A. Windows color (decimal): -4759304 or 16277687. OLE color: 16277687.
HSL color Cylindrical-coordinate representation of color #B760F8: hue angle of 274.34º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B760F8 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 96 | 248 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.03 |
| HSL | 274.34º | 0.92% | 0.67% | - |
| HSV(B) | 274.34º | 0.61% | 0.97% | - |
| XYZ | 40.65 | 25.21 | 91.53 | - |
| YUV | 139.34 | 189.32 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 248 | 0.26 | 0.61 | 0 | 0.03 | 274.34 | 0.92 | 0.67 |
| Hex | B7 | 60 | F8 | 1A | 3D | 0 | 3 | 112 | 5C | 43 |
| Octal | 267 | 140 | 370 | 32 | 75 | 0 | 3 | 422 | 134 | 103 |
| Binary | 10110111 | 1100000 | 11111000 | 11010 | 111101 | 0 | 11 | 100010010 | 1011100 | 1000011 |
Color Harmonies of #B760F8
Complementary color
Monochromatic Colors of #B760F8
Black with #B760F8
Text Example
Text Example
White with #B760F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B760F8; }
p { color: rgb(183,96,248); }
H1.HeaderClassName
{
color: #B760F8;
}
.AnyTagClassName
{
color: #B760F8;
}
</style>
background-color css
<style>
a { background-color: #B760F8; }
a { background-color: rgb(183,96,248); }
div.DivClassName
{
background-color: #B760F8;
}
.BgClassName
{
background-color: #B760F8;
}
</style>
border-color css
<style>
span { border-color: #B760F8; }
span { border-color: rgb(183,96,248); }
td.TdClassName
{
border-color: #B760F8;
}
.TagClassName
{
border-color: #B760F8;
}
</style>