Shades of Medium Orchid #B745CC
Tints of Medium Orchid #B745CC
RGB
CMYK
RGB Variations
Color information
#B745CC (or 0xB745CC) is known color: Medium Orchid. HEX triplet: B7, 45 and CC. RGB value is (183,69,204). Sum of RGB (Red+Green+Blue) = 183+69+204=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #B745CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745CC is #48BA33. Grayscale: #767676. Windows color (decimal): -4766260 or 13387191. OLE color: 13387191.
HSL color Cylindrical-coordinate representation of color #B745CC: hue angle of 290.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B745CC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 69 | 204 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.2 |
| HSL | 290.67º | 0.57% | 0.54% | - |
| HSV(B) | 290.67º | 0.66% | 0.8% | - |
| XYZ | 32.56 | 18.68 | 59.02 | - |
| YUV | 118.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 204 | 0.10 | 0.66 | 0 | 0.2 | 290.67 | 0.57 | 0.54 |
| Hex | B7 | 45 | CC | A | 42 | 0 | 14 | 123 | 39 | 36 |
| Octal | 267 | 105 | 314 | 12 | 102 | 0 | 24 | 443 | 71 | 66 |
| Binary | 10110111 | 1000101 | 11001100 | 1010 | 1000010 | 0 | 10100 | 100100011 | 111001 | 110110 |
Color Harmonies of #B745CC
Complementary color
Monochromatic Colors of #B745CC
Black with #B745CC
Text Example
Text Example
White with #B745CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B745CC; }
p { color: rgb(183,69,204); }
H1.HeaderClassName
{
color: #B745CC;
}
.AnyTagClassName
{
color: #B745CC;
}
</style>
background-color css
<style>
a { background-color: #B745CC; }
a { background-color: rgb(183,69,204); }
div.DivClassName
{
background-color: #B745CC;
}
.BgClassName
{
background-color: #B745CC;
}
</style>
border-color css
<style>
span { border-color: #B745CC; }
span { border-color: rgb(183,69,204); }
td.TdClassName
{
border-color: #B745CC;
}
.TagClassName
{
border-color: #B745CC;
}
</style>