Shades of Medium Orchid #B438DC
Tints of Medium Orchid #B438DC
RGB
CMYK
RGB Variations
Color information
#B438DC (or 0xB438DC) is known color: Medium Orchid. HEX triplet: B4, 38 and DC. RGB value is (180,56,220). Sum of RGB (Red+Green+Blue) = 180+56+220=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #B438DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438DC is #4BC723. Grayscale: #6F6F6F. Windows color (decimal): -4966180 or 14432436. OLE color: 14432436.
HSL color Cylindrical-coordinate representation of color #B438DC: hue angle of 285.37º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B438DC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 56 | 220 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.14 |
| HSL | 285.37º | 0.7% | 0.54% | - |
| HSV(B) | 285.37º | 0.75% | 0.86% | - |
| XYZ | 33.15 | 17.7 | 69.38 | - |
| YUV | 111.77 | 189.08 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 220 | 0.18 | 0.75 | 0 | 0.14 | 285.37 | 0.7 | 0.54 |
| Hex | B4 | 38 | DC | 12 | 4B | 0 | E | 11D | 46 | 36 |
| Octal | 264 | 70 | 334 | 22 | 113 | 0 | 16 | 435 | 106 | 66 |
| Binary | 10110100 | 111000 | 11011100 | 10010 | 1001011 | 0 | 1110 | 100011101 | 1000110 | 110110 |
Color Harmonies of #B438DC
Complementary color
Monochromatic Colors of #B438DC
Black with #B438DC
Text Example
Text Example
White with #B438DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B438DC; }
p { color: rgb(180,56,220); }
H1.HeaderClassName
{
color: #B438DC;
}
.AnyTagClassName
{
color: #B438DC;
}
</style>
background-color css
<style>
a { background-color: #B438DC; }
a { background-color: rgb(180,56,220); }
div.DivClassName
{
background-color: #B438DC;
}
.BgClassName
{
background-color: #B438DC;
}
</style>
border-color css
<style>
span { border-color: #B438DC; }
span { border-color: rgb(180,56,220); }
td.TdClassName
{
border-color: #B438DC;
}
.TagClassName
{
border-color: #B438DC;
}
</style>