Shades of Medium Orchid #B245D0
Tints of Medium Orchid #B245D0
RGB
CMYK
RGB Variations
Color information
#B245D0 (or 0xB245D0) is known color: Medium Orchid. HEX triplet: B2, 45 and D0. RGB value is (178,69,208). Sum of RGB (Red+Green+Blue) = 178+69+208=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #B245D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245D0 is #4DBA2F. Grayscale: #747474. Windows color (decimal): -5093936 or 13649330. OLE color: 13649330.
HSL color Cylindrical-coordinate representation of color #B245D0: hue angle of 287.05º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B245D0 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 69 | 208 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.18 |
| HSL | 287.05º | 0.6% | 0.54% | - |
| HSV(B) | 287.05º | 0.67% | 0.82% | - |
| XYZ | 31.87 | 18.28 | 61.52 | - |
| YUV | 117.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 208 | 0.14 | 0.67 | 0 | 0.18 | 287.05 | 0.6 | 0.54 |
| Hex | B2 | 45 | D0 | E | 43 | 0 | 12 | 11F | 3C | 36 |
| Octal | 262 | 105 | 320 | 16 | 103 | 0 | 22 | 437 | 74 | 66 |
| Binary | 10110010 | 1000101 | 11010000 | 1110 | 1000011 | 0 | 10010 | 100011111 | 111100 | 110110 |
Color Harmonies of #B245D0
Complementary color
Monochromatic Colors of #B245D0
Black with #B245D0
Text Example
Text Example
White with #B245D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B245D0; }
p { color: rgb(178,69,208); }
H1.HeaderClassName
{
color: #B245D0;
}
.AnyTagClassName
{
color: #B245D0;
}
</style>
background-color css
<style>
a { background-color: #B245D0; }
a { background-color: rgb(178,69,208); }
div.DivClassName
{
background-color: #B245D0;
}
.BgClassName
{
background-color: #B245D0;
}
</style>
border-color css
<style>
span { border-color: #B245D0; }
span { border-color: rgb(178,69,208); }
td.TdClassName
{
border-color: #B245D0;
}
.TagClassName
{
border-color: #B245D0;
}
</style>