Shades of Medium Orchid #B739FF
Tints of Medium Orchid #B739FF
RGB
CMYK
RGB Variations
Color information
#B739FF (or 0xB739FF) is known color: Medium Orchid. HEX triplet: B7, 39 and FF. RGB value is (183,57,255). Sum of RGB (Red+Green+Blue) = 183+57+255=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 57 (22.66% from 255 or 11.52% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #B739FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B739FF is #48C600. Grayscale: #747474. Windows color (decimal): -4769281 or 16726455. OLE color: 16726455.
HSL color Cylindrical-coordinate representation of color #B739FF: hue angle of 278.18º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B739FF is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 57 | 255 | - |
| CMYK | 0.28 | 0.78 | 0 | 0 |
| HSL | 278.18º | 1% | 0.61% | - |
| HSV(B) | 278.18º | 0.78% | 1% | - |
| XYZ | 39.04 | 20.21 | 96.45 | - |
| YUV | 117.25 | 205.74 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 255 | 0.28 | 0.78 | 0 | 0 | 278.18 | 1 | 0.61 |
| Hex | B7 | 39 | FF | 1C | 4E | 0 | 0 | 116 | 64 | 3D |
| Octal | 267 | 71 | 377 | 34 | 116 | 0 | 0 | 426 | 144 | 75 |
| Binary | 10110111 | 111001 | 11111111 | 11100 | 1001110 | 0 | 0 | 100010110 | 1100100 | 111101 |
Color Harmonies of #B739FF
Complementary color
Monochromatic Colors of #B739FF
Black with #B739FF
Text Example
Text Example
White with #B739FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B739FF; }
p { color: rgb(183,57,255); }
H1.HeaderClassName
{
color: #B739FF;
}
.AnyTagClassName
{
color: #B739FF;
}
</style>
background-color css
<style>
a { background-color: #B739FF; }
a { background-color: rgb(183,57,255); }
div.DivClassName
{
background-color: #B739FF;
}
.BgClassName
{
background-color: #B739FF;
}
</style>
border-color css
<style>
span { border-color: #B739FF; }
span { border-color: rgb(183,57,255); }
td.TdClassName
{
border-color: #B739FF;
}
.TagClassName
{
border-color: #B739FF;
}
</style>