Shades of Medium Orchid #BC41FD
Tints of Medium Orchid #BC41FD
RGB
CMYK
RGB Variations
Color information
#BC41FD (or 0xBC41FD) is known color: Medium Orchid. HEX triplet: BC, 41 and FD. RGB value is (188,65,253). Sum of RGB (Red+Green+Blue) = 188+65+253=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC41FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC41FD is #43BE02. Grayscale: #7A7A7A. Windows color (decimal): -4439555 or 16597436. OLE color: 16597436.
HSL color Cylindrical-coordinate representation of color #BC41FD: hue angle of 279.26º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC41FD is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 65 | 253 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.01 |
| HSL | 279.26º | 0.98% | 0.62% | - |
| HSV(B) | 279.26º | 0.74% | 0.99% | - |
| XYZ | 40.36 | 21.56 | 94.96 | - |
| YUV | 123.21 | 201.25 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 253 | 0.26 | 0.74 | 0 | 0.01 | 279.26 | 0.98 | 0.62 |
| Hex | BC | 41 | FD | 1A | 4A | 0 | 1 | 117 | 62 | 3E |
| Octal | 274 | 101 | 375 | 32 | 112 | 0 | 1 | 427 | 142 | 76 |
| Binary | 10111100 | 1000001 | 11111101 | 11010 | 1001010 | 0 | 1 | 100010111 | 1100010 | 111110 |
Color Harmonies of #BC41FD
Complementary color
Monochromatic Colors of #BC41FD
Black with #BC41FD
Text Example
Text Example
White with #BC41FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41FD; }
p { color: rgb(188,65,253); }
H1.HeaderClassName
{
color: #BC41FD;
}
.AnyTagClassName
{
color: #BC41FD;
}
</style>
background-color css
<style>
a { background-color: #BC41FD; }
a { background-color: rgb(188,65,253); }
div.DivClassName
{
background-color: #BC41FD;
}
.BgClassName
{
background-color: #BC41FD;
}
</style>
border-color css
<style>
span { border-color: #BC41FD; }
span { border-color: rgb(188,65,253); }
td.TdClassName
{
border-color: #BC41FD;
}
.TagClassName
{
border-color: #BC41FD;
}
</style>