Shades of Medium Orchid #B755CB
Tints of Medium Orchid #B755CB
RGB
CMYK
RGB Variations
Color information
#B755CB (or 0xB755CB) is known color: Medium Orchid. HEX triplet: B7, 55 and CB. RGB value is (183,85,203). Sum of RGB (Red+Green+Blue) = 183+85+203=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #B755CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755CB is #48AA34. Grayscale: #7F7F7F. Windows color (decimal): -4762165 or 13325751. OLE color: 13325751.
HSL color Cylindrical-coordinate representation of color #B755CB: hue angle of 289.83º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B755CB is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 85 | 203 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.20 |
| HSL | 289.83º | 0.53% | 0.56% | - |
| HSV(B) | 289.83º | 0.58% | 0.8% | - |
| XYZ | 33.56 | 20.88 | 58.76 | - |
| YUV | 127.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 203 | 0.10 | 0.58 | 0 | 0.20 | 289.83 | 0.53 | 0.56 |
| Hex | B7 | 55 | CB | A | 3A | 0 | 14 | 122 | 35 | 38 |
| Octal | 267 | 125 | 313 | 12 | 72 | 0 | 24 | 442 | 65 | 70 |
| Binary | 10110111 | 1010101 | 11001011 | 1010 | 111010 | 0 | 10100 | 100100010 | 110101 | 111000 |
Color Harmonies of #B755CB
Complementary color
Monochromatic Colors of #B755CB
Black with #B755CB
Text Example
Text Example
White with #B755CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755CB; }
p { color: rgb(183,85,203); }
H1.HeaderClassName
{
color: #B755CB;
}
.AnyTagClassName
{
color: #B755CB;
}
</style>
background-color css
<style>
a { background-color: #B755CB; }
a { background-color: rgb(183,85,203); }
div.DivClassName
{
background-color: #B755CB;
}
.BgClassName
{
background-color: #B755CB;
}
</style>
border-color css
<style>
span { border-color: #B755CB; }
span { border-color: rgb(183,85,203); }
td.TdClassName
{
border-color: #B755CB;
}
.TagClassName
{
border-color: #B755CB;
}
</style>