Shades of Medium Orchid #BC4BF2
Tints of Medium Orchid #BC4BF2
RGB
CMYK
RGB Variations
Color information
#BC4BF2 (or 0xBC4BF2) is known color: Medium Orchid. HEX triplet: BC, 4B and F2. RGB value is (188,75,242). Sum of RGB (Red+Green+Blue) = 188+75+242=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC4BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4BF2 is #43B40D. Grayscale: #7F7F7F. Windows color (decimal): -4437006 or 15879100. OLE color: 15879100.
HSL color Cylindrical-coordinate representation of color #BC4BF2: hue angle of 280.6º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4BF2 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 75 | 242 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.05 |
| HSL | 280.6º | 0.87% | 0.62% | - |
| HSV(B) | 280.6º | 0.69% | 0.95% | - |
| XYZ | 39.28 | 22.13 | 86.21 | - |
| YUV | 127.83 | 192.44 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 242 | 0.22 | 0.69 | 0 | 0.05 | 280.6 | 0.87 | 0.62 |
| Hex | BC | 4B | F2 | 16 | 45 | 0 | 5 | 119 | 57 | 3E |
| Octal | 274 | 113 | 362 | 26 | 105 | 0 | 5 | 431 | 127 | 76 |
| Binary | 10111100 | 1001011 | 11110010 | 10110 | 1000101 | 0 | 101 | 100011001 | 1010111 | 111110 |
Color Harmonies of #BC4BF2
Complementary color
Monochromatic Colors of #BC4BF2
Black with #BC4BF2
Text Example
Text Example
White with #BC4BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4BF2; }
p { color: rgb(188,75,242); }
H1.HeaderClassName
{
color: #BC4BF2;
}
.AnyTagClassName
{
color: #BC4BF2;
}
</style>
background-color css
<style>
a { background-color: #BC4BF2; }
a { background-color: rgb(188,75,242); }
div.DivClassName
{
background-color: #BC4BF2;
}
.BgClassName
{
background-color: #BC4BF2;
}
</style>
border-color css
<style>
span { border-color: #BC4BF2; }
span { border-color: rgb(188,75,242); }
td.TdClassName
{
border-color: #BC4BF2;
}
.TagClassName
{
border-color: #BC4BF2;
}
</style>