Shades of Medium Orchid #B765DF
Tints of Medium Orchid #B765DF
RGB
CMYK
RGB Variations
Color information
#B765DF (or 0xB765DF) is known color: Medium Orchid. HEX triplet: B7, 65 and DF. RGB value is (183,101,223). Sum of RGB (Red+Green+Blue) = 183+101+223=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #B765DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B765DF is #489A20. Grayscale: #8B8B8B. Windows color (decimal): -4758049 or 14640567. OLE color: 14640567.
HSL color Cylindrical-coordinate representation of color #B765DF: hue angle of 280.33º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B765DF is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 101 | 223 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.13 |
| HSL | 280.33º | 0.66% | 0.64% | - |
| HSV(B) | 280.33º | 0.55% | 0.87% | - |
| XYZ | 37.5 | 24.7 | 72.6 | - |
| YUV | 139.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 223 | 0.18 | 0.55 | 0 | 0.13 | 280.33 | 0.66 | 0.64 |
| Hex | B7 | 65 | DF | 12 | 37 | 0 | D | 118 | 42 | 40 |
| Octal | 267 | 145 | 337 | 22 | 67 | 0 | 15 | 430 | 102 | 100 |
| Binary | 10110111 | 1100101 | 11011111 | 10010 | 110111 | 0 | 1101 | 100011000 | 1000010 | 1000000 |
Color Harmonies of #B765DF
Complementary color
Monochromatic Colors of #B765DF
Black with #B765DF
Text Example
Text Example
White with #B765DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B765DF; }
p { color: rgb(183,101,223); }
H1.HeaderClassName
{
color: #B765DF;
}
.AnyTagClassName
{
color: #B765DF;
}
</style>
background-color css
<style>
a { background-color: #B765DF; }
a { background-color: rgb(183,101,223); }
div.DivClassName
{
background-color: #B765DF;
}
.BgClassName
{
background-color: #B765DF;
}
</style>
border-color css
<style>
span { border-color: #B765DF; }
span { border-color: rgb(183,101,223); }
td.TdClassName
{
border-color: #B765DF;
}
.TagClassName
{
border-color: #B765DF;
}
</style>