Shades of Medium Orchid #B438C8
Tints of Medium Orchid #B438C8
RGB
CMYK
RGB Variations
Color information
#B438C8 (or 0xB438C8) is known color: Medium Orchid. HEX triplet: B4, 38 and C8. RGB value is (180,56,200). Sum of RGB (Red+Green+Blue) = 180+56+200=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 200 - color contains mainly: blue. Hex color #B438C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438C8 is #4BC737. Grayscale: #6D6D6D. Windows color (decimal): -4966200 or 13121716. OLE color: 13121716.
HSL color Cylindrical-coordinate representation of color #B438C8: hue angle of 291.67º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B438C8 is Cyan = 0.1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 56 | 200 | - |
| CMYK | 0.1 | 0.72 | 0 | 0.22 |
| HSL | 291.67º | 0.57% | 0.5% | - |
| HSV(B) | 291.67º | 0.72% | 0.78% | - |
| XYZ | 30.66 | 16.7 | 56.25 | - |
| YUV | 109.49 | 179.08 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 200 | 0.1 | 0.72 | 0 | 0.22 | 291.67 | 0.57 | 0.5 |
| Hex | B4 | 38 | C8 | A | 48 | 0 | 16 | 124 | 39 | 32 |
| Octal | 264 | 70 | 310 | 12 | 110 | 0 | 26 | 444 | 71 | 62 |
| Binary | 10110100 | 111000 | 11001000 | 1010 | 1001000 | 0 | 10110 | 100100100 | 111001 | 110010 |
Color Harmonies of #B438C8
Complementary color
Monochromatic Colors of #B438C8
Black with #B438C8
Text Example
Text Example
White with #B438C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B438C8; }
p { color: rgb(180,56,200); }
H1.HeaderClassName
{
color: #B438C8;
}
.AnyTagClassName
{
color: #B438C8;
}
</style>
background-color css
<style>
a { background-color: #B438C8; }
a { background-color: rgb(180,56,200); }
div.DivClassName
{
background-color: #B438C8;
}
.BgClassName
{
background-color: #B438C8;
}
</style>
border-color css
<style>
span { border-color: #B438C8; }
span { border-color: rgb(180,56,200); }
td.TdClassName
{
border-color: #B438C8;
}
.TagClassName
{
border-color: #B438C8;
}
</style>