Shades of Medium Orchid #B43CF2
Tints of Medium Orchid #B43CF2
RGB
CMYK
RGB Variations
Color information
#B43CF2 (or 0xB43CF2) is known color: Medium Orchid. HEX triplet: B4, 3C and F2. RGB value is (180,60,242). Sum of RGB (Red+Green+Blue) = 180+60+242=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #B43CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43CF2 is #4BC30D. Grayscale: #747474. Windows color (decimal): -4965134 or 15875252. OLE color: 15875252.
HSL color Cylindrical-coordinate representation of color #B43CF2: hue angle of 279.56º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B43CF2 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 60 | 242 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.05 |
| HSL | 279.56º | 0.88% | 0.59% | - |
| HSV(B) | 279.56º | 0.75% | 0.95% | - |
| XYZ | 36.47 | 19.35 | 85.82 | - |
| YUV | 116.63 | 198.76 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 242 | 0.26 | 0.75 | 0 | 0.05 | 279.56 | 0.88 | 0.59 |
| Hex | B4 | 3C | F2 | 1A | 4B | 0 | 5 | 118 | 58 | 3B |
| Octal | 264 | 74 | 362 | 32 | 113 | 0 | 5 | 430 | 130 | 73 |
| Binary | 10110100 | 111100 | 11110010 | 11010 | 1001011 | 0 | 101 | 100011000 | 1011000 | 111011 |
Color Harmonies of #B43CF2
Complementary color
Monochromatic Colors of #B43CF2
Black with #B43CF2
Text Example
Text Example
White with #B43CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CF2; }
p { color: rgb(180,60,242); }
H1.HeaderClassName
{
color: #B43CF2;
}
.AnyTagClassName
{
color: #B43CF2;
}
</style>
background-color css
<style>
a { background-color: #B43CF2; }
a { background-color: rgb(180,60,242); }
div.DivClassName
{
background-color: #B43CF2;
}
.BgClassName
{
background-color: #B43CF2;
}
</style>
border-color css
<style>
span { border-color: #B43CF2; }
span { border-color: rgb(180,60,242); }
td.TdClassName
{
border-color: #B43CF2;
}
.TagClassName
{
border-color: #B43CF2;
}
</style>