Shades of Medium Orchid #B632F5
Tints of Medium Orchid #B632F5
RGB
CMYK
RGB Variations
Color information
#B632F5 (or 0xB632F5) is known color: Medium Orchid. HEX triplet: B6, 32 and F5. RGB value is (182,50,245). Sum of RGB (Red+Green+Blue) = 182+50+245=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 245 (96.09% from 255 or 51.36% from 477); Max value from RGB is 245 - color contains mainly: blue. Hex color #B632F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632F5 is #49CD0A. Grayscale: #6F6F6F. Windows color (decimal): -4836619 or 16069302. OLE color: 16069302.
HSL color Cylindrical-coordinate representation of color #B632F5: hue angle of 280.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B632F5 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 50 | 245 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.04 |
| HSL | 280.62º | 0.91% | 0.58% | - |
| HSV(B) | 280.62º | 0.8% | 0.96% | - |
| XYZ | 36.91 | 18.82 | 88.07 | - |
| YUV | 111.7 | 203.23 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 245 | 0.26 | 0.80 | 0 | 0.04 | 280.62 | 0.91 | 0.58 |
| Hex | B6 | 32 | F5 | 1A | 50 | 0 | 4 | 119 | 5B | 3A |
| Octal | 266 | 62 | 365 | 32 | 120 | 0 | 4 | 431 | 133 | 72 |
| Binary | 10110110 | 110010 | 11110101 | 11010 | 1010000 | 0 | 100 | 100011001 | 1011011 | 111010 |
Color Harmonies of #B632F5
Complementary color
Monochromatic Colors of #B632F5
Black with #B632F5
Text Example
Text Example
White with #B632F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632F5; }
p { color: rgb(182,50,245); }
H1.HeaderClassName
{
color: #B632F5;
}
.AnyTagClassName
{
color: #B632F5;
}
</style>
background-color css
<style>
a { background-color: #B632F5; }
a { background-color: rgb(182,50,245); }
div.DivClassName
{
background-color: #B632F5;
}
.BgClassName
{
background-color: #B632F5;
}
</style>
border-color css
<style>
span { border-color: #B632F5; }
span { border-color: rgb(182,50,245); }
td.TdClassName
{
border-color: #B632F5;
}
.TagClassName
{
border-color: #B632F5;
}
</style>