Shades of Medium Orchid #B732F2
Tints of Medium Orchid #B732F2
RGB
CMYK
RGB Variations
Color information
#B732F2 (or 0xB732F2) is known color: Medium Orchid. HEX triplet: B7, 32 and F2. RGB value is (183,50,242). Sum of RGB (Red+Green+Blue) = 183+50+242=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #B732F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B732F2 is #48CD0D. Grayscale: #6F6F6F. Windows color (decimal): -4771086 or 15872695. OLE color: 15872695.
HSL color Cylindrical-coordinate representation of color #B732F2: hue angle of 281.56º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B732F2 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 50 | 242 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.05 |
| HSL | 281.56º | 0.88% | 0.57% | - |
| HSV(B) | 281.56º | 0.79% | 0.95% | - |
| XYZ | 36.7 | 18.76 | 85.69 | - |
| YUV | 111.66 | 201.56 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 242 | 0.24 | 0.79 | 0 | 0.05 | 281.56 | 0.88 | 0.57 |
| Hex | B7 | 32 | F2 | 18 | 4F | 0 | 5 | 11A | 58 | 39 |
| Octal | 267 | 62 | 362 | 30 | 117 | 0 | 5 | 432 | 130 | 71 |
| Binary | 10110111 | 110010 | 11110010 | 11000 | 1001111 | 0 | 101 | 100011010 | 1011000 | 111001 |
Color Harmonies of #B732F2
Complementary color
Monochromatic Colors of #B732F2
Black with #B732F2
Text Example
Text Example
White with #B732F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732F2; }
p { color: rgb(183,50,242); }
H1.HeaderClassName
{
color: #B732F2;
}
.AnyTagClassName
{
color: #B732F2;
}
</style>
background-color css
<style>
a { background-color: #B732F2; }
a { background-color: rgb(183,50,242); }
div.DivClassName
{
background-color: #B732F2;
}
.BgClassName
{
background-color: #B732F2;
}
</style>
border-color css
<style>
span { border-color: #B732F2; }
span { border-color: rgb(183,50,242); }
td.TdClassName
{
border-color: #B732F2;
}
.TagClassName
{
border-color: #B732F2;
}
</style>