Shades of Medium Orchid #B933F2
Tints of Medium Orchid #B933F2
RGB
CMYK
RGB Variations
Color information
#B933F2 (or 0xB933F2) is known color: Medium Orchid. HEX triplet: B9, 33 and F2. RGB value is (185,51,242). Sum of RGB (Red+Green+Blue) = 185+51+242=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #B933F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B933F2 is #46CC0D. Grayscale: #707070. Windows color (decimal): -4639758 or 15872953. OLE color: 15872953.
HSL color Cylindrical-coordinate representation of color #B933F2: hue angle of 282.09º 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 #B933F2 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 51 | 242 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.05 |
| HSL | 282.09º | 0.88% | 0.57% | - |
| HSV(B) | 282.09º | 0.79% | 0.95% | - |
| XYZ | 37.22 | 19.09 | 85.73 | - |
| YUV | 112.84 | 200.89 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 242 | 0.24 | 0.79 | 0 | 0.05 | 282.09 | 0.88 | 0.57 |
| Hex | B9 | 33 | F2 | 18 | 4F | 0 | 5 | 11A | 58 | 39 |
| Octal | 271 | 63 | 362 | 30 | 117 | 0 | 5 | 432 | 130 | 71 |
| Binary | 10111001 | 110011 | 11110010 | 11000 | 1001111 | 0 | 101 | 100011010 | 1011000 | 111001 |
Color Harmonies of #B933F2
Complementary color
Monochromatic Colors of #B933F2
Black with #B933F2
Text Example
Text Example
White with #B933F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B933F2; }
p { color: rgb(185,51,242); }
H1.HeaderClassName
{
color: #B933F2;
}
.AnyTagClassName
{
color: #B933F2;
}
</style>
background-color css
<style>
a { background-color: #B933F2; }
a { background-color: rgb(185,51,242); }
div.DivClassName
{
background-color: #B933F2;
}
.BgClassName
{
background-color: #B933F2;
}
</style>
border-color css
<style>
span { border-color: #B933F2; }
span { border-color: rgb(185,51,242); }
td.TdClassName
{
border-color: #B933F2;
}
.TagClassName
{
border-color: #B933F2;
}
</style>