Shades of Medium Orchid #B438CF
Tints of Medium Orchid #B438CF
RGB
CMYK
RGB Variations
Color information
#B438CF (or 0xB438CF) is known color: Medium Orchid. HEX triplet: B4, 38 and CF. RGB value is (180,56,207). Sum of RGB (Red+Green+Blue) = 180+56+207=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #B438CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438CF is #4BC730. Grayscale: #6D6D6D. Windows color (decimal): -4966193 or 13580468. OLE color: 13580468.
HSL color Cylindrical-coordinate representation of color #B438CF: hue angle of 289.27º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B438CF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 56 | 207 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.19 |
| HSL | 289.27º | 0.61% | 0.52% | - |
| HSV(B) | 289.27º | 0.73% | 0.81% | - |
| XYZ | 31.5 | 17.04 | 60.66 | - |
| YUV | 110.29 | 182.58 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 207 | 0.13 | 0.73 | 0 | 0.19 | 289.27 | 0.61 | 0.52 |
| Hex | B4 | 38 | CF | D | 49 | 0 | 13 | 121 | 3D | 34 |
| Octal | 264 | 70 | 317 | 15 | 111 | 0 | 23 | 441 | 75 | 64 |
| Binary | 10110100 | 111000 | 11001111 | 1101 | 1001001 | 0 | 10011 | 100100001 | 111101 | 110100 |
Color Harmonies of #B438CF
Complementary color
Monochromatic Colors of #B438CF
Black with #B438CF
Text Example
Text Example
White with #B438CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B438CF; }
p { color: rgb(180,56,207); }
H1.HeaderClassName
{
color: #B438CF;
}
.AnyTagClassName
{
color: #B438CF;
}
</style>
background-color css
<style>
a { background-color: #B438CF; }
a { background-color: rgb(180,56,207); }
div.DivClassName
{
background-color: #B438CF;
}
.BgClassName
{
background-color: #B438CF;
}
</style>
border-color css
<style>
span { border-color: #B438CF; }
span { border-color: rgb(180,56,207); }
td.TdClassName
{
border-color: #B438CF;
}
.TagClassName
{
border-color: #B438CF;
}
</style>