Shades of Medium Orchid #B43CCF
Tints of Medium Orchid #B43CCF
RGB
CMYK
RGB Variations
Color information
#B43CCF (or 0xB43CCF) is known color: Medium Orchid. HEX triplet: B4, 3C and CF. RGB value is (180,60,207). Sum of RGB (Red+Green+Blue) = 180+60+207=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #B43CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CCF is #4BC330. Grayscale: #707070. Windows color (decimal): -4965169 or 13581492. OLE color: 13581492.
HSL color Cylindrical-coordinate representation of color #B43CCF: hue angle of 288.98º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43CCF is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 60 | 207 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.19 |
| HSL | 288.98º | 0.6% | 0.52% | - |
| HSV(B) | 288.98º | 0.71% | 0.81% | - |
| XYZ | 31.7 | 17.44 | 60.73 | - |
| YUV | 112.64 | 181.26 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 207 | 0.13 | 0.71 | 0 | 0.19 | 288.98 | 0.6 | 0.52 |
| Hex | B4 | 3C | CF | D | 47 | 0 | 13 | 121 | 3C | 34 |
| Octal | 264 | 74 | 317 | 15 | 107 | 0 | 23 | 441 | 74 | 64 |
| Binary | 10110100 | 111100 | 11001111 | 1101 | 1000111 | 0 | 10011 | 100100001 | 111100 | 110100 |
Color Harmonies of #B43CCF
Complementary color
Monochromatic Colors of #B43CCF
Black with #B43CCF
Text Example
Text Example
White with #B43CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CCF; }
p { color: rgb(180,60,207); }
H1.HeaderClassName
{
color: #B43CCF;
}
.AnyTagClassName
{
color: #B43CCF;
}
</style>
background-color css
<style>
a { background-color: #B43CCF; }
a { background-color: rgb(180,60,207); }
div.DivClassName
{
background-color: #B43CCF;
}
.BgClassName
{
background-color: #B43CCF;
}
</style>
border-color css
<style>
span { border-color: #B43CCF; }
span { border-color: rgb(180,60,207); }
td.TdClassName
{
border-color: #B43CCF;
}
.TagClassName
{
border-color: #B43CCF;
}
</style>