Shades of Medium Orchid #B770CB
Tints of Medium Orchid #B770CB
RGB
CMYK
RGB Variations
Color information
#B770CB (or 0xB770CB) is known color: Medium Orchid. HEX triplet: B7, 70 and CB. RGB value is (183,112,203). Sum of RGB (Red+Green+Blue) = 183+112+203=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #B770CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770CB is #488F34. Grayscale: #8F8F8F. Windows color (decimal): -4755253 or 13332663. OLE color: 13332663.
HSL color Cylindrical-coordinate representation of color #B770CB: hue angle of 286.81º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B770CB is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 112 | 203 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.20 |
| HSL | 286.81º | 0.47% | 0.62% | - |
| HSV(B) | 286.81º | 0.45% | 0.8% | - |
| XYZ | 36.1 | 25.97 | 59.61 | - |
| YUV | 143.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 203 | 0.10 | 0.45 | 0 | 0.20 | 286.81 | 0.47 | 0.62 |
| Hex | B7 | 70 | CB | A | 2D | 0 | 14 | 11F | 2F | 3E |
| Octal | 267 | 160 | 313 | 12 | 55 | 0 | 24 | 437 | 57 | 76 |
| Binary | 10110111 | 1110000 | 11001011 | 1010 | 101101 | 0 | 10100 | 100011111 | 101111 | 111110 |
Color Harmonies of #B770CB
Complementary color
Monochromatic Colors of #B770CB
Black with #B770CB
Text Example
Text Example
White with #B770CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770CB; }
p { color: rgb(183,112,203); }
H1.HeaderClassName
{
color: #B770CB;
}
.AnyTagClassName
{
color: #B770CB;
}
</style>
background-color css
<style>
a { background-color: #B770CB; }
a { background-color: rgb(183,112,203); }
div.DivClassName
{
background-color: #B770CB;
}
.BgClassName
{
background-color: #B770CB;
}
</style>
border-color css
<style>
span { border-color: #B770CB; }
span { border-color: rgb(183,112,203); }
td.TdClassName
{
border-color: #B770CB;
}
.TagClassName
{
border-color: #B770CB;
}
</style>