Shades of Medium Orchid #B43CFF
Tints of Medium Orchid #B43CFF
RGB
CMYK
RGB Variations
Color information
#B43CFF (or 0xB43CFF) is known color: Medium Orchid. HEX triplet: B4, 3C and FF. RGB value is (180,60,255). Sum of RGB (Red+Green+Blue) = 180+60+255=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #B43CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43CFF is #4BC300. Grayscale: #757575. Windows color (decimal): -4965121 or 16727220. OLE color: 16727220.
HSL color Cylindrical-coordinate representation of color #B43CFF: hue angle of 276.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B43CFF is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 60 | 255 | - |
| CMYK | 0.29 | 0.76 | 0 | 0 |
| HSL | 276.92º | 1% | 0.62% | - |
| HSV(B) | 276.92º | 0.76% | 1% | - |
| XYZ | 38.49 | 20.16 | 96.47 | - |
| YUV | 118.11 | 205.26 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 255 | 0.29 | 0.76 | 0 | 0 | 276.92 | 1 | 0.62 |
| Hex | B4 | 3C | FF | 1D | 4C | 0 | 0 | 115 | 64 | 3E |
| Octal | 264 | 74 | 377 | 35 | 114 | 0 | 0 | 425 | 144 | 76 |
| Binary | 10110100 | 111100 | 11111111 | 11101 | 1001100 | 0 | 0 | 100010101 | 1100100 | 111110 |
Color Harmonies of #B43CFF
Complementary color
Monochromatic Colors of #B43CFF
Black with #B43CFF
Text Example
Text Example
White with #B43CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CFF; }
p { color: rgb(180,60,255); }
H1.HeaderClassName
{
color: #B43CFF;
}
.AnyTagClassName
{
color: #B43CFF;
}
</style>
background-color css
<style>
a { background-color: #B43CFF; }
a { background-color: rgb(180,60,255); }
div.DivClassName
{
background-color: #B43CFF;
}
.BgClassName
{
background-color: #B43CFF;
}
</style>
border-color css
<style>
span { border-color: #B43CFF; }
span { border-color: rgb(180,60,255); }
td.TdClassName
{
border-color: #B43CFF;
}
.TagClassName
{
border-color: #B43CFF;
}
</style>