Shades of Medium Orchid #B43CCB
Tints of Medium Orchid #B43CCB
RGB
CMYK
RGB Variations
Color information
#B43CCB (or 0xB43CCB) is known color: Medium Orchid. HEX triplet: B4, 3C and CB. RGB value is (180,60,203). Sum of RGB (Red+Green+Blue) = 180+60+203=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #B43CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CCB is #4BC334. Grayscale: #6F6F6F. Windows color (decimal): -4965173 or 13319348. OLE color: 13319348.
HSL color Cylindrical-coordinate representation of color #B43CCB: hue angle of 290.35º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43CCB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 60 | 203 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.20 |
| HSL | 290.35º | 0.58% | 0.52% | - |
| HSV(B) | 290.35º | 0.7% | 0.8% | - |
| XYZ | 31.22 | 17.25 | 58.18 | - |
| YUV | 112.18 | 179.26 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 203 | 0.11 | 0.70 | 0 | 0.20 | 290.35 | 0.58 | 0.52 |
| Hex | B4 | 3C | CB | B | 46 | 0 | 14 | 122 | 3A | 34 |
| Octal | 264 | 74 | 313 | 13 | 106 | 0 | 24 | 442 | 72 | 64 |
| Binary | 10110100 | 111100 | 11001011 | 1011 | 1000110 | 0 | 10100 | 100100010 | 111010 | 110100 |
Color Harmonies of #B43CCB
Complementary color
Monochromatic Colors of #B43CCB
Black with #B43CCB
Text Example
Text Example
White with #B43CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CCB; }
p { color: rgb(180,60,203); }
H1.HeaderClassName
{
color: #B43CCB;
}
.AnyTagClassName
{
color: #B43CCB;
}
</style>
background-color css
<style>
a { background-color: #B43CCB; }
a { background-color: rgb(180,60,203); }
div.DivClassName
{
background-color: #B43CCB;
}
.BgClassName
{
background-color: #B43CCB;
}
</style>
border-color css
<style>
span { border-color: #B43CCB; }
span { border-color: rgb(180,60,203); }
td.TdClassName
{
border-color: #B43CCB;
}
.TagClassName
{
border-color: #B43CCB;
}
</style>