Shades of Medium Orchid #B243D3
Tints of Medium Orchid #B243D3
RGB
CMYK
RGB Variations
Color information
#B243D3 (or 0xB243D3) is known color: Medium Orchid. HEX triplet: B2, 43 and D3. RGB value is (178,67,211). Sum of RGB (Red+Green+Blue) = 178+67+211=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #B243D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B243D3 is #4DBC2C. Grayscale: #747474. Windows color (decimal): -5094445 or 13845426. OLE color: 13845426.
HSL color Cylindrical-coordinate representation of color #B243D3: hue angle of 286.25º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B243D3 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 67 | 211 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.17 |
| HSL | 286.25º | 0.62% | 0.55% | - |
| HSV(B) | 286.25º | 0.68% | 0.83% | - |
| XYZ | 32.13 | 18.18 | 63.44 | - |
| YUV | 116.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 211 | 0.16 | 0.68 | 0 | 0.17 | 286.25 | 0.62 | 0.55 |
| Hex | B2 | 43 | D3 | 10 | 44 | 0 | 11 | 11E | 3E | 37 |
| Octal | 262 | 103 | 323 | 20 | 104 | 0 | 21 | 436 | 76 | 67 |
| Binary | 10110010 | 1000011 | 11010011 | 10000 | 1000100 | 0 | 10001 | 100011110 | 111110 | 110111 |
Color Harmonies of #B243D3
Complementary color
Monochromatic Colors of #B243D3
Black with #B243D3
Text Example
Text Example
White with #B243D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B243D3; }
p { color: rgb(178,67,211); }
H1.HeaderClassName
{
color: #B243D3;
}
.AnyTagClassName
{
color: #B243D3;
}
</style>
background-color css
<style>
a { background-color: #B243D3; }
a { background-color: rgb(178,67,211); }
div.DivClassName
{
background-color: #B243D3;
}
.BgClassName
{
background-color: #B243D3;
}
</style>
border-color css
<style>
span { border-color: #B243D3; }
span { border-color: rgb(178,67,211); }
td.TdClassName
{
border-color: #B243D3;
}
.TagClassName
{
border-color: #B243D3;
}
</style>