Shades of Medium Orchid #B742CC
Tints of Medium Orchid #B742CC
RGB
CMYK
RGB Variations
Color information
#B742CC (or 0xB742CC) is known color: Medium Orchid. HEX triplet: B7, 42 and CC. RGB value is (183,66,204). Sum of RGB (Red+Green+Blue) = 183+66+204=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #B742CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742CC is #48BD33. Grayscale: #747474. Windows color (decimal): -4767028 or 13386423. OLE color: 13386423.
HSL color Cylindrical-coordinate representation of color #B742CC: hue angle of 290.87º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B742CC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 66 | 204 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.2 |
| HSL | 290.87º | 0.58% | 0.53% | - |
| HSV(B) | 290.87º | 0.68% | 0.8% | - |
| XYZ | 32.38 | 18.32 | 58.96 | - |
| YUV | 116.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 204 | 0.10 | 0.68 | 0 | 0.2 | 290.87 | 0.58 | 0.53 |
| Hex | B7 | 42 | CC | A | 44 | 0 | 14 | 123 | 3A | 35 |
| Octal | 267 | 102 | 314 | 12 | 104 | 0 | 24 | 443 | 72 | 65 |
| Binary | 10110111 | 1000010 | 11001100 | 1010 | 1000100 | 0 | 10100 | 100100011 | 111010 | 110101 |
Color Harmonies of #B742CC
Complementary color
Monochromatic Colors of #B742CC
Black with #B742CC
Text Example
Text Example
White with #B742CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742CC; }
p { color: rgb(183,66,204); }
H1.HeaderClassName
{
color: #B742CC;
}
.AnyTagClassName
{
color: #B742CC;
}
</style>
background-color css
<style>
a { background-color: #B742CC; }
a { background-color: rgb(183,66,204); }
div.DivClassName
{
background-color: #B742CC;
}
.BgClassName
{
background-color: #B742CC;
}
</style>
border-color css
<style>
span { border-color: #B742CC; }
span { border-color: rgb(183,66,204); }
td.TdClassName
{
border-color: #B742CC;
}
.TagClassName
{
border-color: #B742CC;
}
</style>