Shades of Medium Orchid #B735CB
Tints of Medium Orchid #B735CB
RGB
CMYK
RGB Variations
Color information
#B735CB (or 0xB735CB) is known color: Medium Orchid. HEX triplet: B7, 35 and CB. RGB value is (183,53,203). Sum of RGB (Red+Green+Blue) = 183+53+203=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #B735CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735CB is #48CA34. Grayscale: #6C6C6C. Windows color (decimal): -4770357 or 13317559. OLE color: 13317559.
HSL color Cylindrical-coordinate representation of color #B735CB: hue angle of 292º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B735CB is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 53 | 203 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.20 |
| HSL | 292º | 0.59% | 0.5% | - |
| HSV(B) | 292º | 0.74% | 0.8% | - |
| XYZ | 31.58 | 16.93 | 58.1 | - |
| YUV | 108.97 | 181.07 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 203 | 0.10 | 0.74 | 0 | 0.20 | 292 | 0.59 | 0.5 |
| Hex | B7 | 35 | CB | A | 4A | 0 | 14 | 124 | 3B | 32 |
| Octal | 267 | 65 | 313 | 12 | 112 | 0 | 24 | 444 | 73 | 62 |
| Binary | 10110111 | 110101 | 11001011 | 1010 | 1001010 | 0 | 10100 | 100100100 | 111011 | 110010 |
Color Harmonies of #B735CB
Complementary color
Monochromatic Colors of #B735CB
Black with #B735CB
Text Example
Text Example
White with #B735CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735CB; }
p { color: rgb(183,53,203); }
H1.HeaderClassName
{
color: #B735CB;
}
.AnyTagClassName
{
color: #B735CB;
}
</style>
background-color css
<style>
a { background-color: #B735CB; }
a { background-color: rgb(183,53,203); }
div.DivClassName
{
background-color: #B735CB;
}
.BgClassName
{
background-color: #B735CB;
}
</style>
border-color css
<style>
span { border-color: #B735CB; }
span { border-color: rgb(183,53,203); }
td.TdClassName
{
border-color: #B735CB;
}
.TagClassName
{
border-color: #B735CB;
}
</style>