Shades of Medium Orchid #B738CB
Tints of Medium Orchid #B738CB
RGB
CMYK
RGB Variations
Color information
#B738CB (or 0xB738CB) is known color: Medium Orchid. HEX triplet: B7, 38 and CB. RGB value is (183,56,203). Sum of RGB (Red+Green+Blue) = 183+56+203=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #B738CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738CB is #48C734. Grayscale: #6E6E6E. Windows color (decimal): -4769589 or 13318327. OLE color: 13318327.
HSL color Cylindrical-coordinate representation of color #B738CB: hue angle of 291.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B738CB is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 56 | 203 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.20 |
| HSL | 291.84º | 0.59% | 0.51% | - |
| HSV(B) | 291.84º | 0.72% | 0.8% | - |
| XYZ | 31.72 | 17.21 | 58.15 | - |
| YUV | 110.73 | 180.08 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 203 | 0.10 | 0.72 | 0 | 0.20 | 291.84 | 0.59 | 0.51 |
| Hex | B7 | 38 | CB | A | 48 | 0 | 14 | 124 | 3B | 33 |
| Octal | 267 | 70 | 313 | 12 | 110 | 0 | 24 | 444 | 73 | 63 |
| Binary | 10110111 | 111000 | 11001011 | 1010 | 1001000 | 0 | 10100 | 100100100 | 111011 | 110011 |
Color Harmonies of #B738CB
Complementary color
Monochromatic Colors of #B738CB
Black with #B738CB
Text Example
Text Example
White with #B738CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B738CB; }
p { color: rgb(183,56,203); }
H1.HeaderClassName
{
color: #B738CB;
}
.AnyTagClassName
{
color: #B738CB;
}
</style>
background-color css
<style>
a { background-color: #B738CB; }
a { background-color: rgb(183,56,203); }
div.DivClassName
{
background-color: #B738CB;
}
.BgClassName
{
background-color: #B738CB;
}
</style>
border-color css
<style>
span { border-color: #B738CB; }
span { border-color: rgb(183,56,203); }
td.TdClassName
{
border-color: #B738CB;
}
.TagClassName
{
border-color: #B738CB;
}
</style>