Shades of Medium Orchid #B764D3
Tints of Medium Orchid #B764D3
RGB
CMYK
RGB Variations
Color information
#B764D3 (or 0xB764D3) is known color: Medium Orchid. HEX triplet: B7, 64 and D3. RGB value is (183,100,211). Sum of RGB (Red+Green+Blue) = 183+100+211=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 211 - color contains mainly: blue. Hex color #B764D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764D3 is #489B2C. Grayscale: #898989. Windows color (decimal): -4758317 or 13853879. OLE color: 13853879.
HSL color Cylindrical-coordinate representation of color #B764D3: hue angle of 284.86º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B764D3 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 100 | 211 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.17 |
| HSL | 284.86º | 0.56% | 0.61% | - |
| HSV(B) | 284.86º | 0.53% | 0.83% | - |
| XYZ | 35.84 | 23.88 | 64.35 | - |
| YUV | 137.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 211 | 0.13 | 0.53 | 0 | 0.17 | 284.86 | 0.56 | 0.61 |
| Hex | B7 | 64 | D3 | D | 35 | 0 | 11 | 11D | 38 | 3D |
| Octal | 267 | 144 | 323 | 15 | 65 | 0 | 21 | 435 | 70 | 75 |
| Binary | 10110111 | 1100100 | 11010011 | 1101 | 110101 | 0 | 10001 | 100011101 | 111000 | 111101 |
Color Harmonies of #B764D3
Complementary color
Monochromatic Colors of #B764D3
Black with #B764D3
Text Example
Text Example
White with #B764D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764D3; }
p { color: rgb(183,100,211); }
H1.HeaderClassName
{
color: #B764D3;
}
.AnyTagClassName
{
color: #B764D3;
}
</style>
background-color css
<style>
a { background-color: #B764D3; }
a { background-color: rgb(183,100,211); }
div.DivClassName
{
background-color: #B764D3;
}
.BgClassName
{
background-color: #B764D3;
}
</style>
border-color css
<style>
span { border-color: #B764D3; }
span { border-color: rgb(183,100,211); }
td.TdClassName
{
border-color: #B764D3;
}
.TagClassName
{
border-color: #B764D3;
}
</style>