Shades of Medium Orchid #B438CA
Tints of Medium Orchid #B438CA
RGB
CMYK
RGB Variations
Color information
#B438CA (or 0xB438CA) is known color: Medium Orchid. HEX triplet: B4, 38 and CA. RGB value is (180,56,202). Sum of RGB (Red+Green+Blue) = 180+56+202=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #B438CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438CA is #4BC735. Grayscale: #6D6D6D. Windows color (decimal): -4966198 or 13252788. OLE color: 13252788.
HSL color Cylindrical-coordinate representation of color #B438CA: hue angle of 290.96º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B438CA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 56 | 202 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.21 |
| HSL | 290.96º | 0.58% | 0.51% | - |
| HSV(B) | 290.96º | 0.72% | 0.79% | - |
| XYZ | 30.9 | 16.8 | 57.49 | - |
| YUV | 109.72 | 180.08 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 202 | 0.11 | 0.72 | 0 | 0.21 | 290.96 | 0.58 | 0.51 |
| Hex | B4 | 38 | CA | B | 48 | 0 | 15 | 123 | 3A | 33 |
| Octal | 264 | 70 | 312 | 13 | 110 | 0 | 25 | 443 | 72 | 63 |
| Binary | 10110100 | 111000 | 11001010 | 1011 | 1001000 | 0 | 10101 | 100100011 | 111010 | 110011 |
Color Harmonies of #B438CA
Complementary color
Monochromatic Colors of #B438CA
Black with #B438CA
Text Example
Text Example
White with #B438CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B438CA; }
p { color: rgb(180,56,202); }
H1.HeaderClassName
{
color: #B438CA;
}
.AnyTagClassName
{
color: #B438CA;
}
</style>
background-color css
<style>
a { background-color: #B438CA; }
a { background-color: rgb(180,56,202); }
div.DivClassName
{
background-color: #B438CA;
}
.BgClassName
{
background-color: #B438CA;
}
</style>
border-color css
<style>
span { border-color: #B438CA; }
span { border-color: rgb(180,56,202); }
td.TdClassName
{
border-color: #B438CA;
}
.TagClassName
{
border-color: #B438CA;
}
</style>