Shades of Medium Orchid #B241DA
Tints of Medium Orchid #B241DA
RGB
CMYK
RGB Variations
Color information
#B241DA (or 0xB241DA) is known color: Medium Orchid. HEX triplet: B2, 41 and DA. RGB value is (178,65,218). Sum of RGB (Red+Green+Blue) = 178+65+218=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #B241DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B241DA is #4DBE25. Grayscale: #737373. Windows color (decimal): -5094950 or 14303666. OLE color: 14303666.
HSL color Cylindrical-coordinate representation of color #B241DA: hue angle of 284.31º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B241DA is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 65 | 218 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.15 |
| HSL | 284.31º | 0.67% | 0.55% | - |
| HSV(B) | 284.31º | 0.7% | 0.85% | - |
| XYZ | 32.91 | 18.31 | 68.13 | - |
| YUV | 116.23 | 185.44 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 218 | 0.18 | 0.70 | 0 | 0.15 | 284.31 | 0.67 | 0.55 |
| Hex | B2 | 41 | DA | 12 | 46 | 0 | F | 11C | 43 | 37 |
| Octal | 262 | 101 | 332 | 22 | 106 | 0 | 17 | 434 | 103 | 67 |
| Binary | 10110010 | 1000001 | 11011010 | 10010 | 1000110 | 0 | 1111 | 100011100 | 1000011 | 110111 |
Color Harmonies of #B241DA
Complementary color
Monochromatic Colors of #B241DA
Black with #B241DA
Text Example
Text Example
White with #B241DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B241DA; }
p { color: rgb(178,65,218); }
H1.HeaderClassName
{
color: #B241DA;
}
.AnyTagClassName
{
color: #B241DA;
}
</style>
background-color css
<style>
a { background-color: #B241DA; }
a { background-color: rgb(178,65,218); }
div.DivClassName
{
background-color: #B241DA;
}
.BgClassName
{
background-color: #B241DA;
}
</style>
border-color css
<style>
span { border-color: #B241DA; }
span { border-color: rgb(178,65,218); }
td.TdClassName
{
border-color: #B241DA;
}
.TagClassName
{
border-color: #B241DA;
}
</style>