Shades of Medium Orchid #B43CCD
Tints of Medium Orchid #B43CCD
RGB
CMYK
RGB Variations
Color information
#B43CCD (or 0xB43CCD) is known color: Medium Orchid. HEX triplet: B4, 3C and CD. RGB value is (180,60,205). Sum of RGB (Red+Green+Blue) = 180+60+205=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #B43CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CCD is #4BC332. Grayscale: #6F6F6F. Windows color (decimal): -4965171 or 13450420. OLE color: 13450420.
HSL color Cylindrical-coordinate representation of color #B43CCD: hue angle of 289.66º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43CCD is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 60 | 205 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.20 |
| HSL | 289.66º | 0.59% | 0.52% | - |
| HSV(B) | 289.66º | 0.71% | 0.8% | - |
| XYZ | 31.46 | 17.34 | 59.45 | - |
| YUV | 112.41 | 180.26 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 205 | 0.12 | 0.71 | 0 | 0.20 | 289.66 | 0.59 | 0.52 |
| Hex | B4 | 3C | CD | C | 47 | 0 | 14 | 122 | 3B | 34 |
| Octal | 264 | 74 | 315 | 14 | 107 | 0 | 24 | 442 | 73 | 64 |
| Binary | 10110100 | 111100 | 11001101 | 1100 | 1000111 | 0 | 10100 | 100100010 | 111011 | 110100 |
Color Harmonies of #B43CCD
Complementary color
Monochromatic Colors of #B43CCD
Black with #B43CCD
Text Example
Text Example
White with #B43CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CCD; }
p { color: rgb(180,60,205); }
H1.HeaderClassName
{
color: #B43CCD;
}
.AnyTagClassName
{
color: #B43CCD;
}
</style>
background-color css
<style>
a { background-color: #B43CCD; }
a { background-color: rgb(180,60,205); }
div.DivClassName
{
background-color: #B43CCD;
}
.BgClassName
{
background-color: #B43CCD;
}
</style>
border-color css
<style>
span { border-color: #B43CCD; }
span { border-color: rgb(180,60,205); }
td.TdClassName
{
border-color: #B43CCD;
}
.TagClassName
{
border-color: #B43CCD;
}
</style>