Shades of Medium Orchid #B15CCF
Tints of Medium Orchid #B15CCF
RGB
CMYK
RGB Variations
Color information
#B15CCF (or 0xB15CCF) is known color: Medium Orchid. HEX triplet: B1, 5C and CF. RGB value is (177,92,207). Sum of RGB (Red+Green+Blue) = 177+92+207=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #B15CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CCF is #4EA330. Grayscale: #828282. Windows color (decimal): -5153585 or 13589681. OLE color: 13589681.
HSL color Cylindrical-coordinate representation of color #B15CCF: hue angle of 284.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15CCF is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 92 | 207 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.19 |
| HSL | 284.35º | 0.55% | 0.59% | - |
| HSV(B) | 284.35º | 0.56% | 0.81% | - |
| XYZ | 33.22 | 21.51 | 61.43 | - |
| YUV | 130.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 207 | 0.14 | 0.56 | 0 | 0.19 | 284.35 | 0.55 | 0.59 |
| Hex | B1 | 5C | CF | E | 38 | 0 | 13 | 11C | 37 | 3B |
| Octal | 261 | 134 | 317 | 16 | 70 | 0 | 23 | 434 | 67 | 73 |
| Binary | 10110001 | 1011100 | 11001111 | 1110 | 111000 | 0 | 10011 | 100011100 | 110111 | 111011 |
Color Harmonies of #B15CCF
Complementary color
Monochromatic Colors of #B15CCF
Black with #B15CCF
Text Example
Text Example
White with #B15CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15CCF; }
p { color: rgb(177,92,207); }
H1.HeaderClassName
{
color: #B15CCF;
}
.AnyTagClassName
{
color: #B15CCF;
}
</style>
background-color css
<style>
a { background-color: #B15CCF; }
a { background-color: rgb(177,92,207); }
div.DivClassName
{
background-color: #B15CCF;
}
.BgClassName
{
background-color: #B15CCF;
}
</style>
border-color css
<style>
span { border-color: #B15CCF; }
span { border-color: rgb(177,92,207); }
td.TdClassName
{
border-color: #B15CCF;
}
.TagClassName
{
border-color: #B15CCF;
}
</style>