Shades of Medium Orchid #B642CF
Tints of Medium Orchid #B642CF
RGB
CMYK
RGB Variations
Color information
#B642CF (or 0xB642CF) is known color: Medium Orchid. HEX triplet: B6, 42 and CF. RGB value is (182,66,207). Sum of RGB (Red+Green+Blue) = 182+66+207=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #B642CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642CF is #49BD30. Grayscale: #747474. Windows color (decimal): -4832561 or 13583030. OLE color: 13583030.
HSL color Cylindrical-coordinate representation of color #B642CF: hue angle of 289.36º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B642CF is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 66 | 207 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.19 |
| HSL | 289.36º | 0.59% | 0.54% | - |
| HSV(B) | 289.36º | 0.68% | 0.81% | - |
| XYZ | 32.5 | 18.35 | 60.86 | - |
| YUV | 116.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 207 | 0.12 | 0.68 | 0 | 0.19 | 289.36 | 0.59 | 0.54 |
| Hex | B6 | 42 | CF | C | 44 | 0 | 13 | 121 | 3B | 36 |
| Octal | 266 | 102 | 317 | 14 | 104 | 0 | 23 | 441 | 73 | 66 |
| Binary | 10110110 | 1000010 | 11001111 | 1100 | 1000100 | 0 | 10011 | 100100001 | 111011 | 110110 |
Color Harmonies of #B642CF
Complementary color
Monochromatic Colors of #B642CF
Black with #B642CF
Text Example
Text Example
White with #B642CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B642CF; }
p { color: rgb(182,66,207); }
H1.HeaderClassName
{
color: #B642CF;
}
.AnyTagClassName
{
color: #B642CF;
}
</style>
background-color css
<style>
a { background-color: #B642CF; }
a { background-color: rgb(182,66,207); }
div.DivClassName
{
background-color: #B642CF;
}
.BgClassName
{
background-color: #B642CF;
}
</style>
border-color css
<style>
span { border-color: #B642CF; }
span { border-color: rgb(182,66,207); }
td.TdClassName
{
border-color: #B642CF;
}
.TagClassName
{
border-color: #B642CF;
}
</style>