Shades of Medium Orchid #B742CB
Tints of Medium Orchid #B742CB
RGB
CMYK
RGB Variations
Color information
#B742CB (or 0xB742CB) is known color: Medium Orchid. HEX triplet: B7, 42 and CB. RGB value is (183,66,203). Sum of RGB (Red+Green+Blue) = 183+66+203=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #B742CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742CB is #48BD34. Grayscale: #747474. Windows color (decimal): -4767029 or 13320887. OLE color: 13320887.
HSL color Cylindrical-coordinate representation of color #B742CB: hue angle of 291.24º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B742CB is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 66 | 203 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.20 |
| HSL | 291.24º | 0.57% | 0.53% | - |
| HSV(B) | 291.24º | 0.67% | 0.8% | - |
| XYZ | 32.26 | 18.28 | 58.33 | - |
| YUV | 116.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 203 | 0.10 | 0.67 | 0 | 0.20 | 291.24 | 0.57 | 0.53 |
| Hex | B7 | 42 | CB | A | 43 | 0 | 14 | 123 | 39 | 35 |
| Octal | 267 | 102 | 313 | 12 | 103 | 0 | 24 | 443 | 71 | 65 |
| Binary | 10110111 | 1000010 | 11001011 | 1010 | 1000011 | 0 | 10100 | 100100011 | 111001 | 110101 |
Color Harmonies of #B742CB
Complementary color
Monochromatic Colors of #B742CB
Black with #B742CB
Text Example
Text Example
White with #B742CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742CB; }
p { color: rgb(183,66,203); }
H1.HeaderClassName
{
color: #B742CB;
}
.AnyTagClassName
{
color: #B742CB;
}
</style>
background-color css
<style>
a { background-color: #B742CB; }
a { background-color: rgb(183,66,203); }
div.DivClassName
{
background-color: #B742CB;
}
.BgClassName
{
background-color: #B742CB;
}
</style>
border-color css
<style>
span { border-color: #B742CB; }
span { border-color: rgb(183,66,203); }
td.TdClassName
{
border-color: #B742CB;
}
.TagClassName
{
border-color: #B742CB;
}
</style>