Shades of Medium Orchid #B764CD
Tints of Medium Orchid #B764CD
RGB
CMYK
RGB Variations
Color information
#B764CD (or 0xB764CD) is known color: Medium Orchid. HEX triplet: B7, 64 and CD. RGB value is (183,100,205). Sum of RGB (Red+Green+Blue) = 183+100+205=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #B764CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764CD is #489B32. Grayscale: #888888. Windows color (decimal): -4758323 or 13460663. OLE color: 13460663.
HSL color Cylindrical-coordinate representation of color #B764CD: hue angle of 287.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B764CD is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 100 | 205 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.20 |
| HSL | 287.43º | 0.51% | 0.6% | - |
| HSV(B) | 287.43º | 0.51% | 0.8% | - |
| XYZ | 35.11 | 23.59 | 60.46 | - |
| YUV | 136.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 205 | 0.11 | 0.51 | 0 | 0.20 | 287.43 | 0.51 | 0.6 |
| Hex | B7 | 64 | CD | B | 33 | 0 | 14 | 11F | 33 | 3C |
| Octal | 267 | 144 | 315 | 13 | 63 | 0 | 24 | 437 | 63 | 74 |
| Binary | 10110111 | 1100100 | 11001101 | 1011 | 110011 | 0 | 10100 | 100011111 | 110011 | 111100 |
Color Harmonies of #B764CD
Complementary color
Monochromatic Colors of #B764CD
Black with #B764CD
Text Example
Text Example
White with #B764CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764CD; }
p { color: rgb(183,100,205); }
H1.HeaderClassName
{
color: #B764CD;
}
.AnyTagClassName
{
color: #B764CD;
}
</style>
background-color css
<style>
a { background-color: #B764CD; }
a { background-color: rgb(183,100,205); }
div.DivClassName
{
background-color: #B764CD;
}
.BgClassName
{
background-color: #B764CD;
}
</style>
border-color css
<style>
span { border-color: #B764CD; }
span { border-color: rgb(183,100,205); }
td.TdClassName
{
border-color: #B764CD;
}
.TagClassName
{
border-color: #B764CD;
}
</style>