Shades of Medium Orchid #B15CC3
Tints of Medium Orchid #B15CC3
RGB
CMYK
RGB Variations
Color information
#B15CC3 (or 0xB15CC3) is known color: Medium Orchid. HEX triplet: B1, 5C and C3. RGB value is (177,92,195). Sum of RGB (Red+Green+Blue) = 177+92+195=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #B15CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CC3 is #4EA33C. Grayscale: #808080. Windows color (decimal): -5153597 or 12803249. OLE color: 12803249.
HSL color Cylindrical-coordinate representation of color #B15CC3: hue angle of 289.51º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15CC3 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 92 | 195 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.24 |
| HSL | 289.51º | 0.46% | 0.56% | - |
| HSV(B) | 289.51º | 0.53% | 0.76% | - |
| XYZ | 31.81 | 20.94 | 54 | - |
| YUV | 129.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 195 | 0.09 | 0.53 | 0 | 0.24 | 289.51 | 0.46 | 0.56 |
| Hex | B1 | 5C | C3 | 9 | 35 | 0 | 18 | 122 | 2E | 38 |
| Octal | 261 | 134 | 303 | 11 | 65 | 0 | 30 | 442 | 56 | 70 |
| Binary | 10110001 | 1011100 | 11000011 | 1001 | 110101 | 0 | 11000 | 100100010 | 101110 | 111000 |
Color Harmonies of #B15CC3
Complementary color
Monochromatic Colors of #B15CC3
Black with #B15CC3
Text Example
Text Example
White with #B15CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15CC3; }
p { color: rgb(177,92,195); }
H1.HeaderClassName
{
color: #B15CC3;
}
.AnyTagClassName
{
color: #B15CC3;
}
</style>
background-color css
<style>
a { background-color: #B15CC3; }
a { background-color: rgb(177,92,195); }
div.DivClassName
{
background-color: #B15CC3;
}
.BgClassName
{
background-color: #B15CC3;
}
</style>
border-color css
<style>
span { border-color: #B15CC3; }
span { border-color: rgb(177,92,195); }
td.TdClassName
{
border-color: #B15CC3;
}
.TagClassName
{
border-color: #B15CC3;
}
</style>