Shades of Medium Orchid #B765C5
Tints of Medium Orchid #B765C5
RGB
CMYK
RGB Variations
Color information
#B765C5 (or 0xB765C5) is known color: Medium Orchid. HEX triplet: B7, 65 and C5. RGB value is (183,101,197). Sum of RGB (Red+Green+Blue) = 183+101+197=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 197 - color contains mainly: blue. Hex color #B765C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B765C5 is #489A3A. Grayscale: #888888. Windows color (decimal): -4758075 or 12936631. OLE color: 12936631.
HSL color Cylindrical-coordinate representation of color #B765C5: hue angle of 291.25º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B765C5 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 101 | 197 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.23 |
| HSL | 291.25º | 0.45% | 0.58% | - |
| HSV(B) | 291.25º | 0.49% | 0.77% | - |
| XYZ | 34.26 | 23.41 | 55.54 | - |
| YUV | 136.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 197 | 0.07 | 0.49 | 0 | 0.23 | 291.25 | 0.45 | 0.58 |
| Hex | B7 | 65 | C5 | 7 | 31 | 0 | 17 | 123 | 2D | 3A |
| Octal | 267 | 145 | 305 | 7 | 61 | 0 | 27 | 443 | 55 | 72 |
| Binary | 10110111 | 1100101 | 11000101 | 111 | 110001 | 0 | 10111 | 100100011 | 101101 | 111010 |
Color Harmonies of #B765C5
Complementary color
Monochromatic Colors of #B765C5
Black with #B765C5
Text Example
Text Example
White with #B765C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B765C5; }
p { color: rgb(183,101,197); }
H1.HeaderClassName
{
color: #B765C5;
}
.AnyTagClassName
{
color: #B765C5;
}
</style>
background-color css
<style>
a { background-color: #B765C5; }
a { background-color: rgb(183,101,197); }
div.DivClassName
{
background-color: #B765C5;
}
.BgClassName
{
background-color: #B765C5;
}
</style>
border-color css
<style>
span { border-color: #B765C5; }
span { border-color: rgb(183,101,197); }
td.TdClassName
{
border-color: #B765C5;
}
.TagClassName
{
border-color: #B765C5;
}
</style>