Shades of Medium Orchid #B732F7
Tints of Medium Orchid #B732F7
RGB
CMYK
RGB Variations
Color information
#B732F7 (or 0xB732F7) is known color: Medium Orchid. HEX triplet: B7, 32 and F7. RGB value is (183,50,247). Sum of RGB (Red+Green+Blue) = 183+50+247=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #B732F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B732F7 is #48CD08. Grayscale: #6F6F6F. Windows color (decimal): -4771081 or 16200375. OLE color: 16200375.
HSL color Cylindrical-coordinate representation of color #B732F7: hue angle of 280.51º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B732F7 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 50 | 247 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.03 |
| HSL | 280.51º | 0.92% | 0.58% | - |
| HSV(B) | 280.51º | 0.8% | 0.97% | - |
| XYZ | 37.46 | 19.06 | 89.7 | - |
| YUV | 112.23 | 204.06 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 247 | 0.26 | 0.80 | 0 | 0.03 | 280.51 | 0.92 | 0.58 |
| Hex | B7 | 32 | F7 | 1A | 50 | 0 | 3 | 119 | 5C | 3A |
| Octal | 267 | 62 | 367 | 32 | 120 | 0 | 3 | 431 | 134 | 72 |
| Binary | 10110111 | 110010 | 11110111 | 11010 | 1010000 | 0 | 11 | 100011001 | 1011100 | 111010 |
Color Harmonies of #B732F7
Complementary color
Monochromatic Colors of #B732F7
Black with #B732F7
Text Example
Text Example
White with #B732F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732F7; }
p { color: rgb(183,50,247); }
H1.HeaderClassName
{
color: #B732F7;
}
.AnyTagClassName
{
color: #B732F7;
}
</style>
background-color css
<style>
a { background-color: #B732F7; }
a { background-color: rgb(183,50,247); }
div.DivClassName
{
background-color: #B732F7;
}
.BgClassName
{
background-color: #B732F7;
}
</style>
border-color css
<style>
span { border-color: #B732F7; }
span { border-color: rgb(183,50,247); }
td.TdClassName
{
border-color: #B732F7;
}
.TagClassName
{
border-color: #B732F7;
}
</style>