Shades of Medium Orchid #B150CC
Tints of Medium Orchid #B150CC
RGB
CMYK
RGB Variations
Color information
#B150CC (or 0xB150CC) is known color: Medium Orchid. HEX triplet: B1, 50 and CC. RGB value is (177,80,204). Sum of RGB (Red+Green+Blue) = 177+80+204=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #B150CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150CC is #4EAF33. Grayscale: #7A7A7A. Windows color (decimal): -5156660 or 13390001. OLE color: 13390001.
HSL color Cylindrical-coordinate representation of color #B150CC: hue angle of 286.94º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B150CC is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 80 | 204 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.2 |
| HSL | 286.94º | 0.55% | 0.56% | - |
| HSV(B) | 286.94º | 0.61% | 0.8% | - |
| XYZ | 31.9 | 19.44 | 59.2 | - |
| YUV | 123.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 204 | 0.13 | 0.61 | 0 | 0.2 | 286.94 | 0.55 | 0.56 |
| Hex | B1 | 50 | CC | D | 3D | 0 | 14 | 11F | 37 | 38 |
| Octal | 261 | 120 | 314 | 15 | 75 | 0 | 24 | 437 | 67 | 70 |
| Binary | 10110001 | 1010000 | 11001100 | 1101 | 111101 | 0 | 10100 | 100011111 | 110111 | 111000 |
Color Harmonies of #B150CC
Complementary color
Monochromatic Colors of #B150CC
Black with #B150CC
Text Example
Text Example
White with #B150CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B150CC; }
p { color: rgb(177,80,204); }
H1.HeaderClassName
{
color: #B150CC;
}
.AnyTagClassName
{
color: #B150CC;
}
</style>
background-color css
<style>
a { background-color: #B150CC; }
a { background-color: rgb(177,80,204); }
div.DivClassName
{
background-color: #B150CC;
}
.BgClassName
{
background-color: #B150CC;
}
</style>
border-color css
<style>
span { border-color: #B150CC; }
span { border-color: rgb(177,80,204); }
td.TdClassName
{
border-color: #B150CC;
}
.TagClassName
{
border-color: #B150CC;
}
</style>