Shades of Medium Orchid #B764CB
Tints of Medium Orchid #B764CB
RGB
CMYK
RGB Variations
Color information
#B764CB (or 0xB764CB) is known color: Medium Orchid. HEX triplet: B7, 64 and CB. RGB value is (183,100,203). Sum of RGB (Red+Green+Blue) = 183+100+203=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #B764CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764CB is #489B34. Grayscale: #888888. Windows color (decimal): -4758325 or 13329591. OLE color: 13329591.
HSL color Cylindrical-coordinate representation of color #B764CB: hue angle of 288.35º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B764CB is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 100 | 203 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.20 |
| HSL | 288.35º | 0.5% | 0.59% | - |
| HSV(B) | 288.35º | 0.51% | 0.8% | - |
| XYZ | 34.87 | 23.49 | 59.2 | - |
| YUV | 136.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 203 | 0.10 | 0.51 | 0 | 0.20 | 288.35 | 0.5 | 0.59 |
| Hex | B7 | 64 | CB | A | 33 | 0 | 14 | 120 | 32 | 3B |
| Octal | 267 | 144 | 313 | 12 | 63 | 0 | 24 | 440 | 62 | 73 |
| Binary | 10110111 | 1100100 | 11001011 | 1010 | 110011 | 0 | 10100 | 100100000 | 110010 | 111011 |
Color Harmonies of #B764CB
Complementary color
Monochromatic Colors of #B764CB
Black with #B764CB
Text Example
Text Example
White with #B764CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764CB; }
p { color: rgb(183,100,203); }
H1.HeaderClassName
{
color: #B764CB;
}
.AnyTagClassName
{
color: #B764CB;
}
</style>
background-color css
<style>
a { background-color: #B764CB; }
a { background-color: rgb(183,100,203); }
div.DivClassName
{
background-color: #B764CB;
}
.BgClassName
{
background-color: #B764CB;
}
</style>
border-color css
<style>
span { border-color: #B764CB; }
span { border-color: rgb(183,100,203); }
td.TdClassName
{
border-color: #B764CB;
}
.TagClassName
{
border-color: #B764CB;
}
</style>