Shades of Medium Orchid #B641FB
Tints of Medium Orchid #B641FB
RGB
CMYK
RGB Variations
Color information
#B641FB (or 0xB641FB) is known color: Medium Orchid. HEX triplet: B6, 41 and FB. RGB value is (182,65,251). Sum of RGB (Red+Green+Blue) = 182+65+251=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #B641FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B641FB is #49BE04. Grayscale: #787878. Windows color (decimal): -4832773 or 16466358. OLE color: 16466358.
HSL color Cylindrical-coordinate representation of color #B641FB: hue angle of 277.74º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B641FB is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 65 | 251 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.02 |
| HSL | 277.74º | 0.96% | 0.62% | - |
| HSV(B) | 277.74º | 0.74% | 0.98% | - |
| XYZ | 38.59 | 20.69 | 93.23 | - |
| YUV | 121.19 | 201.26 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 251 | 0.27 | 0.74 | 0 | 0.02 | 277.74 | 0.96 | 0.62 |
| Hex | B6 | 41 | FB | 1B | 4A | 0 | 2 | 116 | 60 | 3E |
| Octal | 266 | 101 | 373 | 33 | 112 | 0 | 2 | 426 | 140 | 76 |
| Binary | 10110110 | 1000001 | 11111011 | 11011 | 1001010 | 0 | 10 | 100010110 | 1100000 | 111110 |
Color Harmonies of #B641FB
Complementary color
Monochromatic Colors of #B641FB
Black with #B641FB
Text Example
Text Example
White with #B641FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B641FB; }
p { color: rgb(182,65,251); }
H1.HeaderClassName
{
color: #B641FB;
}
.AnyTagClassName
{
color: #B641FB;
}
</style>
background-color css
<style>
a { background-color: #B641FB; }
a { background-color: rgb(182,65,251); }
div.DivClassName
{
background-color: #B641FB;
}
.BgClassName
{
background-color: #B641FB;
}
</style>
border-color css
<style>
span { border-color: #B641FB; }
span { border-color: rgb(182,65,251); }
td.TdClassName
{
border-color: #B641FB;
}
.TagClassName
{
border-color: #B641FB;
}
</style>