Shades of Medium Orchid #B639CF
Tints of Medium Orchid #B639CF
RGB
CMYK
RGB Variations
Color information
#B639CF (or 0xB639CF) is known color: Medium Orchid. HEX triplet: B6, 39 and CF. RGB value is (182,57,207). Sum of RGB (Red+Green+Blue) = 182+57+207=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #B639CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B639CF is #49C630. Grayscale: #6E6E6E. Windows color (decimal): -4834865 or 13580726. OLE color: 13580726.
HSL color Cylindrical-coordinate representation of color #B639CF: hue angle of 290º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B639CF is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 57 | 207 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.19 |
| HSL | 290º | 0.61% | 0.52% | - |
| HSV(B) | 290º | 0.72% | 0.81% | - |
| XYZ | 32.02 | 17.38 | 60.7 | - |
| YUV | 111.48 | 181.91 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 207 | 0.12 | 0.72 | 0 | 0.19 | 290 | 0.61 | 0.52 |
| Hex | B6 | 39 | CF | C | 48 | 0 | 13 | 122 | 3D | 34 |
| Octal | 266 | 71 | 317 | 14 | 110 | 0 | 23 | 442 | 75 | 64 |
| Binary | 10110110 | 111001 | 11001111 | 1100 | 1001000 | 0 | 10011 | 100100010 | 111101 | 110100 |
Color Harmonies of #B639CF
Complementary color
Monochromatic Colors of #B639CF
Black with #B639CF
Text Example
Text Example
White with #B639CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B639CF; }
p { color: rgb(182,57,207); }
H1.HeaderClassName
{
color: #B639CF;
}
.AnyTagClassName
{
color: #B639CF;
}
</style>
background-color css
<style>
a { background-color: #B639CF; }
a { background-color: rgb(182,57,207); }
div.DivClassName
{
background-color: #B639CF;
}
.BgClassName
{
background-color: #B639CF;
}
</style>
border-color css
<style>
span { border-color: #B639CF; }
span { border-color: rgb(182,57,207); }
td.TdClassName
{
border-color: #B639CF;
}
.TagClassName
{
border-color: #B639CF;
}
</style>