Shades of Medium Orchid #B641C9
Tints of Medium Orchid #B641C9
RGB
CMYK
RGB Variations
Color information
#B641C9 (or 0xB641C9) is known color: Medium Orchid. HEX triplet: B6, 41 and C9. RGB value is (182,65,201). Sum of RGB (Red+Green+Blue) = 182+65+201=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #B641C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641C9 is #49BE36. Grayscale: #737373. Windows color (decimal): -4832823 or 13189558. OLE color: 13189558.
HSL color Cylindrical-coordinate representation of color #B641C9: hue angle of 291.62º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B641C9 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 65 | 201 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.21 |
| HSL | 291.62º | 0.56% | 0.52% | - |
| HSV(B) | 291.62º | 0.68% | 0.79% | - |
| XYZ | 31.72 | 17.94 | 57.05 | - |
| YUV | 115.49 | 176.26 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 201 | 0.09 | 0.68 | 0 | 0.21 | 291.62 | 0.56 | 0.52 |
| Hex | B6 | 41 | C9 | 9 | 44 | 0 | 15 | 124 | 38 | 34 |
| Octal | 266 | 101 | 311 | 11 | 104 | 0 | 25 | 444 | 70 | 64 |
| Binary | 10110110 | 1000001 | 11001001 | 1001 | 1000100 | 0 | 10101 | 100100100 | 111000 | 110100 |
Color Harmonies of #B641C9
Complementary color
Monochromatic Colors of #B641C9
Black with #B641C9
Text Example
Text Example
White with #B641C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B641C9; }
p { color: rgb(182,65,201); }
H1.HeaderClassName
{
color: #B641C9;
}
.AnyTagClassName
{
color: #B641C9;
}
</style>
background-color css
<style>
a { background-color: #B641C9; }
a { background-color: rgb(182,65,201); }
div.DivClassName
{
background-color: #B641C9;
}
.BgClassName
{
background-color: #B641C9;
}
</style>
border-color css
<style>
span { border-color: #B641C9; }
span { border-color: rgb(182,65,201); }
td.TdClassName
{
border-color: #B641C9;
}
.TagClassName
{
border-color: #B641C9;
}
</style>