Shades of Medium Orchid #B645CF
Tints of Medium Orchid #B645CF
RGB
CMYK
RGB Variations
Color information
#B645CF (or 0xB645CF) is known color: Medium Orchid. HEX triplet: B6, 45 and CF. RGB value is (182,69,207). Sum of RGB (Red+Green+Blue) = 182+69+207=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #B645CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B645CF is #49BA30. Grayscale: #767676. Windows color (decimal): -4831793 or 13583798. OLE color: 13583798.
HSL color Cylindrical-coordinate representation of color #B645CF: hue angle of 289.13º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B645CF is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 69 | 207 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.19 |
| HSL | 289.13º | 0.59% | 0.54% | - |
| HSV(B) | 289.13º | 0.67% | 0.81% | - |
| XYZ | 32.68 | 18.71 | 60.92 | - |
| YUV | 118.52 | 177.94 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 207 | 0.12 | 0.67 | 0 | 0.19 | 289.13 | 0.59 | 0.54 |
| Hex | B6 | 45 | CF | C | 43 | 0 | 13 | 121 | 3B | 36 |
| Octal | 266 | 105 | 317 | 14 | 103 | 0 | 23 | 441 | 73 | 66 |
| Binary | 10110110 | 1000101 | 11001111 | 1100 | 1000011 | 0 | 10011 | 100100001 | 111011 | 110110 |
Color Harmonies of #B645CF
Complementary color
Monochromatic Colors of #B645CF
Black with #B645CF
Text Example
Text Example
White with #B645CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B645CF; }
p { color: rgb(182,69,207); }
H1.HeaderClassName
{
color: #B645CF;
}
.AnyTagClassName
{
color: #B645CF;
}
</style>
background-color css
<style>
a { background-color: #B645CF; }
a { background-color: rgb(182,69,207); }
div.DivClassName
{
background-color: #B645CF;
}
.BgClassName
{
background-color: #B645CF;
}
</style>
border-color css
<style>
span { border-color: #B645CF; }
span { border-color: rgb(182,69,207); }
td.TdClassName
{
border-color: #B645CF;
}
.TagClassName
{
border-color: #B645CF;
}
</style>