Shades of Medium Orchid #B751FF
Tints of Medium Orchid #B751FF
RGB
CMYK
RGB Variations
Color information
#B751FF (or 0xB751FF) is known color: Medium Orchid. HEX triplet: B7, 51 and FF. RGB value is (183,81,255). Sum of RGB (Red+Green+Blue) = 183+81+255=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #B751FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B751FF is #48AE00. Grayscale: #828282. Windows color (decimal): -4763137 or 16732599. OLE color: 16732599.
HSL color Cylindrical-coordinate representation of color #B751FF: hue angle of 275.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B751FF is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 81 | 255 | - |
| CMYK | 0.28 | 0.68 | 0 | 0 |
| HSL | 275.17º | 1% | 0.66% | - |
| HSV(B) | 275.17º | 0.68% | 1% | - |
| XYZ | 40.52 | 23.17 | 96.94 | - |
| YUV | 131.33 | 197.79 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 255 | 0.28 | 0.68 | 0 | 0 | 275.17 | 1 | 0.66 |
| Hex | B7 | 51 | FF | 1C | 44 | 0 | 0 | 113 | 64 | 42 |
| Octal | 267 | 121 | 377 | 34 | 104 | 0 | 0 | 423 | 144 | 102 |
| Binary | 10110111 | 1010001 | 11111111 | 11100 | 1000100 | 0 | 0 | 100010011 | 1100100 | 1000010 |
Color Harmonies of #B751FF
Complementary color
Monochromatic Colors of #B751FF
Black with #B751FF
Text Example
Text Example
White with #B751FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B751FF; }
p { color: rgb(183,81,255); }
H1.HeaderClassName
{
color: #B751FF;
}
.AnyTagClassName
{
color: #B751FF;
}
</style>
background-color css
<style>
a { background-color: #B751FF; }
a { background-color: rgb(183,81,255); }
div.DivClassName
{
background-color: #B751FF;
}
.BgClassName
{
background-color: #B751FF;
}
</style>
border-color css
<style>
span { border-color: #B751FF; }
span { border-color: rgb(183,81,255); }
td.TdClassName
{
border-color: #B751FF;
}
.TagClassName
{
border-color: #B751FF;
}
</style>