Shades of Medium Orchid #B762F8
Tints of Medium Orchid #B762F8
RGB
CMYK
RGB Variations
Color information
#B762F8 (or 0xB762F8) is known color: Medium Orchid. HEX triplet: B7, 62 and F8. RGB value is (183,98,248). Sum of RGB (Red+Green+Blue) = 183+98+248=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #B762F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B762F8 is #489D07. Grayscale: #8C8C8C. Windows color (decimal): -4758792 or 16278199. OLE color: 16278199.
HSL color Cylindrical-coordinate representation of color #B762F8: hue angle of 274º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B762F8 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 98 | 248 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.03 |
| HSL | 274º | 0.91% | 0.68% | - |
| HSV(B) | 274º | 0.6% | 0.97% | - |
| XYZ | 40.84 | 25.58 | 91.59 | - |
| YUV | 140.52 | 188.66 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 248 | 0.26 | 0.60 | 0 | 0.03 | 274 | 0.91 | 0.68 |
| Hex | B7 | 62 | F8 | 1A | 3C | 0 | 3 | 112 | 5B | 44 |
| Octal | 267 | 142 | 370 | 32 | 74 | 0 | 3 | 422 | 133 | 104 |
| Binary | 10110111 | 1100010 | 11111000 | 11010 | 111100 | 0 | 11 | 100010010 | 1011011 | 1000100 |
Color Harmonies of #B762F8
Complementary color
Monochromatic Colors of #B762F8
Black with #B762F8
Text Example
Text Example
White with #B762F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B762F8; }
p { color: rgb(183,98,248); }
H1.HeaderClassName
{
color: #B762F8;
}
.AnyTagClassName
{
color: #B762F8;
}
</style>
background-color css
<style>
a { background-color: #B762F8; }
a { background-color: rgb(183,98,248); }
div.DivClassName
{
background-color: #B762F8;
}
.BgClassName
{
background-color: #B762F8;
}
</style>
border-color css
<style>
span { border-color: #B762F8; }
span { border-color: rgb(183,98,248); }
td.TdClassName
{
border-color: #B762F8;
}
.TagClassName
{
border-color: #B762F8;
}
</style>