Shades of Medium Orchid #B765CC
Tints of Medium Orchid #B765CC
RGB
CMYK
RGB Variations
Color information
#B765CC (or 0xB765CC) is known color: Medium Orchid. HEX triplet: B7, 65 and CC. RGB value is (183,101,204). Sum of RGB (Red+Green+Blue) = 183+101+204=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #B765CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B765CC is #489A33. Grayscale: #888888. Windows color (decimal): -4758068 or 13395383. OLE color: 13395383.
HSL color Cylindrical-coordinate representation of color #B765CC: hue angle of 287.77º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B765CC is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 101 | 204 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.2 |
| HSL | 287.77º | 0.5% | 0.6% | - |
| HSV(B) | 287.77º | 0.5% | 0.8% | - |
| XYZ | 35.08 | 23.73 | 59.86 | - |
| YUV | 137.26 | 165.67 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 204 | 0.10 | 0.50 | 0 | 0.2 | 287.77 | 0.5 | 0.6 |
| Hex | B7 | 65 | CC | A | 32 | 0 | 14 | 120 | 32 | 3C |
| Octal | 267 | 145 | 314 | 12 | 62 | 0 | 24 | 440 | 62 | 74 |
| Binary | 10110111 | 1100101 | 11001100 | 1010 | 110010 | 0 | 10100 | 100100000 | 110010 | 111100 |
Color Harmonies of #B765CC
Complementary color
Monochromatic Colors of #B765CC
Black with #B765CC
Text Example
Text Example
White with #B765CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B765CC; }
p { color: rgb(183,101,204); }
H1.HeaderClassName
{
color: #B765CC;
}
.AnyTagClassName
{
color: #B765CC;
}
</style>
background-color css
<style>
a { background-color: #B765CC; }
a { background-color: rgb(183,101,204); }
div.DivClassName
{
background-color: #B765CC;
}
.BgClassName
{
background-color: #B765CC;
}
</style>
border-color css
<style>
span { border-color: #B765CC; }
span { border-color: rgb(183,101,204); }
td.TdClassName
{
border-color: #B765CC;
}
.TagClassName
{
border-color: #B765CC;
}
</style>