Shades of Medium Orchid #B43ACF
Tints of Medium Orchid #B43ACF
RGB
CMYK
RGB Variations
Color information
#B43ACF (or 0xB43ACF) is known color: Medium Orchid. HEX triplet: B4, 3A and CF. RGB value is (180,58,207). Sum of RGB (Red+Green+Blue) = 180+58+207=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #B43ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43ACF is #4BC530. Grayscale: #6E6E6E. Windows color (decimal): -4965681 or 13580980. OLE color: 13580980.
HSL color Cylindrical-coordinate representation of color #B43ACF: hue angle of 289.13º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43ACF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 58 | 207 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.19 |
| HSL | 289.13º | 0.61% | 0.52% | - |
| HSV(B) | 289.13º | 0.72% | 0.81% | - |
| XYZ | 31.6 | 17.23 | 60.69 | - |
| YUV | 111.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 207 | 0.13 | 0.72 | 0 | 0.19 | 289.13 | 0.61 | 0.52 |
| Hex | B4 | 3A | CF | D | 48 | 0 | 13 | 121 | 3D | 34 |
| Octal | 264 | 72 | 317 | 15 | 110 | 0 | 23 | 441 | 75 | 64 |
| Binary | 10110100 | 111010 | 11001111 | 1101 | 1001000 | 0 | 10011 | 100100001 | 111101 | 110100 |
Color Harmonies of #B43ACF
Complementary color
Monochromatic Colors of #B43ACF
Black with #B43ACF
Text Example
Text Example
White with #B43ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43ACF; }
p { color: rgb(180,58,207); }
H1.HeaderClassName
{
color: #B43ACF;
}
.AnyTagClassName
{
color: #B43ACF;
}
</style>
background-color css
<style>
a { background-color: #B43ACF; }
a { background-color: rgb(180,58,207); }
div.DivClassName
{
background-color: #B43ACF;
}
.BgClassName
{
background-color: #B43ACF;
}
</style>
border-color css
<style>
span { border-color: #B43ACF; }
span { border-color: rgb(180,58,207); }
td.TdClassName
{
border-color: #B43ACF;
}
.TagClassName
{
border-color: #B43ACF;
}
</style>