Shades of Medium Orchid #B732EF
Tints of Medium Orchid #B732EF
RGB
CMYK
RGB Variations
Color information
#B732EF (or 0xB732EF) is known color: Medium Orchid. HEX triplet: B7, 32 and EF. RGB value is (183,50,239). Sum of RGB (Red+Green+Blue) = 183+50+239=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #B732EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B732EF is #48CD10. Grayscale: #6E6E6E. Windows color (decimal): -4771089 or 15676087. OLE color: 15676087.
HSL color Cylindrical-coordinate representation of color #B732EF: hue angle of 282.22º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B732EF is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 50 | 239 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.06 |
| HSL | 282.22º | 0.86% | 0.57% | - |
| HSV(B) | 282.22º | 0.79% | 0.94% | - |
| XYZ | 36.25 | 18.58 | 83.34 | - |
| YUV | 111.31 | 200.06 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 239 | 0.23 | 0.79 | 0 | 0.06 | 282.22 | 0.86 | 0.57 |
| Hex | B7 | 32 | EF | 17 | 4F | 0 | 6 | 11A | 56 | 39 |
| Octal | 267 | 62 | 357 | 27 | 117 | 0 | 6 | 432 | 126 | 71 |
| Binary | 10110111 | 110010 | 11101111 | 10111 | 1001111 | 0 | 110 | 100011010 | 1010110 | 111001 |
Color Harmonies of #B732EF
Complementary color
Monochromatic Colors of #B732EF
Black with #B732EF
Text Example
Text Example
White with #B732EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732EF; }
p { color: rgb(183,50,239); }
H1.HeaderClassName
{
color: #B732EF;
}
.AnyTagClassName
{
color: #B732EF;
}
</style>
background-color css
<style>
a { background-color: #B732EF; }
a { background-color: rgb(183,50,239); }
div.DivClassName
{
background-color: #B732EF;
}
.BgClassName
{
background-color: #B732EF;
}
</style>
border-color css
<style>
span { border-color: #B732EF; }
span { border-color: rgb(183,50,239); }
td.TdClassName
{
border-color: #B732EF;
}
.TagClassName
{
border-color: #B732EF;
}
</style>