Shades of Medium Orchid #B645D3
Tints of Medium Orchid #B645D3
RGB
CMYK
RGB Variations
Color information
#B645D3 (or 0xB645D3) is known color: Medium Orchid. HEX triplet: B6, 45 and D3. RGB value is (182,69,211). Sum of RGB (Red+Green+Blue) = 182+69+211=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #B645D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B645D3 is #49BA2C. Grayscale: #767676. Windows color (decimal): -4831789 or 13845942. OLE color: 13845942.
HSL color Cylindrical-coordinate representation of color #B645D3: hue angle of 287.75º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B645D3 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 69 | 211 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.17 |
| HSL | 287.75º | 0.62% | 0.55% | - |
| HSV(B) | 287.75º | 0.67% | 0.83% | - |
| XYZ | 33.18 | 18.9 | 63.53 | - |
| YUV | 118.98 | 179.94 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 211 | 0.14 | 0.67 | 0 | 0.17 | 287.75 | 0.62 | 0.55 |
| Hex | B6 | 45 | D3 | E | 43 | 0 | 11 | 120 | 3E | 37 |
| Octal | 266 | 105 | 323 | 16 | 103 | 0 | 21 | 440 | 76 | 67 |
| Binary | 10110110 | 1000101 | 11010011 | 1110 | 1000011 | 0 | 10001 | 100100000 | 111110 | 110111 |
Color Harmonies of #B645D3
Complementary color
Monochromatic Colors of #B645D3
Black with #B645D3
Text Example
Text Example
White with #B645D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B645D3; }
p { color: rgb(182,69,211); }
H1.HeaderClassName
{
color: #B645D3;
}
.AnyTagClassName
{
color: #B645D3;
}
</style>
background-color css
<style>
a { background-color: #B645D3; }
a { background-color: rgb(182,69,211); }
div.DivClassName
{
background-color: #B645D3;
}
.BgClassName
{
background-color: #B645D3;
}
</style>
border-color css
<style>
span { border-color: #B645D3; }
span { border-color: rgb(182,69,211); }
td.TdClassName
{
border-color: #B645D3;
}
.TagClassName
{
border-color: #B645D3;
}
</style>