Shades of Medium Orchid #B443DA
Tints of Medium Orchid #B443DA
RGB
CMYK
RGB Variations
Color information
#B443DA (or 0xB443DA) is known color: Medium Orchid. HEX triplet: B4, 43 and DA. RGB value is (180,67,218). Sum of RGB (Red+Green+Blue) = 180+67+218=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #B443DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443DA is #4BBC25. Grayscale: #757575. Windows color (decimal): -4963366 or 14304180. OLE color: 14304180.
HSL color Cylindrical-coordinate representation of color #B443DA: hue angle of 284.9º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B443DA is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 67 | 218 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.15 |
| HSL | 284.9º | 0.67% | 0.56% | - |
| HSV(B) | 284.9º | 0.69% | 0.85% | - |
| XYZ | 33.48 | 18.78 | 68.19 | - |
| YUV | 118 | 184.44 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 218 | 0.17 | 0.69 | 0 | 0.15 | 284.9 | 0.67 | 0.56 |
| Hex | B4 | 43 | DA | 11 | 45 | 0 | F | 11D | 43 | 38 |
| Octal | 264 | 103 | 332 | 21 | 105 | 0 | 17 | 435 | 103 | 70 |
| Binary | 10110100 | 1000011 | 11011010 | 10001 | 1000101 | 0 | 1111 | 100011101 | 1000011 | 111000 |
Color Harmonies of #B443DA
Complementary color
Monochromatic Colors of #B443DA
Black with #B443DA
Text Example
Text Example
White with #B443DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B443DA; }
p { color: rgb(180,67,218); }
H1.HeaderClassName
{
color: #B443DA;
}
.AnyTagClassName
{
color: #B443DA;
}
</style>
background-color css
<style>
a { background-color: #B443DA; }
a { background-color: rgb(180,67,218); }
div.DivClassName
{
background-color: #B443DA;
}
.BgClassName
{
background-color: #B443DA;
}
</style>
border-color css
<style>
span { border-color: #B443DA; }
span { border-color: rgb(180,67,218); }
td.TdClassName
{
border-color: #B443DA;
}
.TagClassName
{
border-color: #B443DA;
}
</style>