Shades of Medium Orchid #B633F0
Tints of Medium Orchid #B633F0
RGB
CMYK
RGB Variations
Color information
#B633F0 (or 0xB633F0) is known color: Medium Orchid. HEX triplet: B6, 33 and F0. RGB value is (182,51,240). Sum of RGB (Red+Green+Blue) = 182+51+240=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #B633F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B633F0 is #49CC0F. Grayscale: #6F6F6F. Windows color (decimal): -4836368 or 15741878. OLE color: 15741878.
HSL color Cylindrical-coordinate representation of color #B633F0: hue angle of 281.59º 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 #B633F0 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 51 | 240 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.06 |
| HSL | 281.59º | 0.86% | 0.57% | - |
| HSV(B) | 281.59º | 0.79% | 0.94% | - |
| XYZ | 36.2 | 18.6 | 84.12 | - |
| YUV | 111.72 | 200.4 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 240 | 0.24 | 0.79 | 0 | 0.06 | 281.59 | 0.86 | 0.57 |
| Hex | B6 | 33 | F0 | 18 | 4F | 0 | 6 | 11A | 56 | 39 |
| Octal | 266 | 63 | 360 | 30 | 117 | 0 | 6 | 432 | 126 | 71 |
| Binary | 10110110 | 110011 | 11110000 | 11000 | 1001111 | 0 | 110 | 100011010 | 1010110 | 111001 |
Color Harmonies of #B633F0
Complementary color
Monochromatic Colors of #B633F0
Black with #B633F0
Text Example
Text Example
White with #B633F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B633F0; }
p { color: rgb(182,51,240); }
H1.HeaderClassName
{
color: #B633F0;
}
.AnyTagClassName
{
color: #B633F0;
}
</style>
background-color css
<style>
a { background-color: #B633F0; }
a { background-color: rgb(182,51,240); }
div.DivClassName
{
background-color: #B633F0;
}
.BgClassName
{
background-color: #B633F0;
}
</style>
border-color css
<style>
span { border-color: #B633F0; }
span { border-color: rgb(182,51,240); }
td.TdClassName
{
border-color: #B633F0;
}
.TagClassName
{
border-color: #B633F0;
}
</style>