Shades of Medium Orchid #B438D4
Tints of Medium Orchid #B438D4
RGB
CMYK
RGB Variations
Color information
#B438D4 (or 0xB438D4) is known color: Medium Orchid. HEX triplet: B4, 38 and D4. RGB value is (180,56,212). Sum of RGB (Red+Green+Blue) = 180+56+212=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 212 - color contains mainly: blue. Hex color #B438D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438D4 is #4BC72B. Grayscale: #6E6E6E. Windows color (decimal): -4966188 or 13908148. OLE color: 13908148.
HSL color Cylindrical-coordinate representation of color #B438D4: hue angle of 287.69º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B438D4 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 56 | 212 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.17 |
| HSL | 287.69º | 0.64% | 0.53% | - |
| HSV(B) | 287.69º | 0.74% | 0.83% | - |
| XYZ | 32.12 | 17.29 | 63.93 | - |
| YUV | 110.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 212 | 0.15 | 0.74 | 0 | 0.17 | 287.69 | 0.64 | 0.53 |
| Hex | B4 | 38 | D4 | F | 4A | 0 | 11 | 120 | 40 | 35 |
| Octal | 264 | 70 | 324 | 17 | 112 | 0 | 21 | 440 | 100 | 65 |
| Binary | 10110100 | 111000 | 11010100 | 1111 | 1001010 | 0 | 10001 | 100100000 | 1000000 | 110101 |
Color Harmonies of #B438D4
Complementary color
Monochromatic Colors of #B438D4
Black with #B438D4
Text Example
Text Example
White with #B438D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B438D4; }
p { color: rgb(180,56,212); }
H1.HeaderClassName
{
color: #B438D4;
}
.AnyTagClassName
{
color: #B438D4;
}
</style>
background-color css
<style>
a { background-color: #B438D4; }
a { background-color: rgb(180,56,212); }
div.DivClassName
{
background-color: #B438D4;
}
.BgClassName
{
background-color: #B438D4;
}
</style>
border-color css
<style>
span { border-color: #B438D4; }
span { border-color: rgb(180,56,212); }
td.TdClassName
{
border-color: #B438D4;
}
.TagClassName
{
border-color: #B438D4;
}
</style>