Shades of Medium Orchid #B743CB
Tints of Medium Orchid #B743CB
RGB
CMYK
RGB Variations
Color information
#B743CB (or 0xB743CB) is known color: Medium Orchid. HEX triplet: B7, 43 and CB. RGB value is (183,67,203). Sum of RGB (Red+Green+Blue) = 183+67+203=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #B743CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B743CB is #48BC34. Grayscale: #747474. Windows color (decimal): -4766773 or 13321143. OLE color: 13321143.
HSL color Cylindrical-coordinate representation of color #B743CB: hue angle of 291.18º 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 #B743CB is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 67 | 203 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.20 |
| HSL | 291.18º | 0.57% | 0.53% | - |
| HSV(B) | 291.18º | 0.67% | 0.8% | - |
| XYZ | 32.32 | 18.39 | 58.35 | - |
| YUV | 117.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 203 | 0.10 | 0.67 | 0 | 0.20 | 291.18 | 0.57 | 0.53 |
| Hex | B7 | 43 | CB | A | 43 | 0 | 14 | 123 | 39 | 35 |
| Octal | 267 | 103 | 313 | 12 | 103 | 0 | 24 | 443 | 71 | 65 |
| Binary | 10110111 | 1000011 | 11001011 | 1010 | 1000011 | 0 | 10100 | 100100011 | 111001 | 110101 |
Color Harmonies of #B743CB
Complementary color
Monochromatic Colors of #B743CB
Black with #B743CB
Text Example
Text Example
White with #B743CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B743CB; }
p { color: rgb(183,67,203); }
H1.HeaderClassName
{
color: #B743CB;
}
.AnyTagClassName
{
color: #B743CB;
}
</style>
background-color css
<style>
a { background-color: #B743CB; }
a { background-color: rgb(183,67,203); }
div.DivClassName
{
background-color: #B743CB;
}
.BgClassName
{
background-color: #B743CB;
}
</style>
border-color css
<style>
span { border-color: #B743CB; }
span { border-color: rgb(183,67,203); }
td.TdClassName
{
border-color: #B743CB;
}
.TagClassName
{
border-color: #B743CB;
}
</style>