Shades of Medium Orchid #B438E8
Tints of Medium Orchid #B438E8
RGB
CMYK
RGB Variations
Color information
#B438E8 (or 0xB438E8) is known color: Medium Orchid. HEX triplet: B4, 38 and E8. RGB value is (180,56,232). Sum of RGB (Red+Green+Blue) = 180+56+232=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #B438E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B438E8 is #4BC717. Grayscale: #707070. Windows color (decimal): -4966168 or 15218868. OLE color: 15218868.
HSL color Cylindrical-coordinate representation of color #B438E8: hue angle of 282.27º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B438E8 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 56 | 232 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.09 |
| HSL | 282.27º | 0.79% | 0.56% | - |
| HSV(B) | 282.27º | 0.76% | 0.91% | - |
| XYZ | 34.8 | 18.36 | 78.05 | - |
| YUV | 113.14 | 195.08 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 232 | 0.22 | 0.76 | 0 | 0.09 | 282.27 | 0.79 | 0.56 |
| Hex | B4 | 38 | E8 | 16 | 4C | 0 | 9 | 11A | 4F | 38 |
| Octal | 264 | 70 | 350 | 26 | 114 | 0 | 11 | 432 | 117 | 70 |
| Binary | 10110100 | 111000 | 11101000 | 10110 | 1001100 | 0 | 1001 | 100011010 | 1001111 | 111000 |
Color Harmonies of #B438E8
Complementary color
Monochromatic Colors of #B438E8
Black with #B438E8
Text Example
Text Example
White with #B438E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B438E8; }
p { color: rgb(180,56,232); }
H1.HeaderClassName
{
color: #B438E8;
}
.AnyTagClassName
{
color: #B438E8;
}
</style>
background-color css
<style>
a { background-color: #B438E8; }
a { background-color: rgb(180,56,232); }
div.DivClassName
{
background-color: #B438E8;
}
.BgClassName
{
background-color: #B438E8;
}
</style>
border-color css
<style>
span { border-color: #B438E8; }
span { border-color: rgb(180,56,232); }
td.TdClassName
{
border-color: #B438E8;
}
.TagClassName
{
border-color: #B438E8;
}
</style>