Shades of Medium Orchid #B641FF
Tints of Medium Orchid #B641FF
RGB
CMYK
RGB Variations
Color information
#B641FF (or 0xB641FF) is known color: Medium Orchid. HEX triplet: B6, 41 and FF. RGB value is (182,65,255). Sum of RGB (Red+Green+Blue) = 182+65+255=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #B641FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B641FF is #49BE00. Grayscale: #797979. Windows color (decimal): -4832769 or 16728502. OLE color: 16728502.
HSL color Cylindrical-coordinate representation of color #B641FF: hue angle of 276.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B641FF is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 65 | 255 | - |
| CMYK | 0.29 | 0.75 | 0 | 0 |
| HSL | 276.95º | 1% | 0.63% | - |
| HSV(B) | 276.95º | 0.75% | 1% | - |
| XYZ | 39.23 | 20.95 | 96.58 | - |
| YUV | 121.64 | 203.26 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 255 | 0.29 | 0.75 | 0 | 0 | 276.95 | 1 | 0.63 |
| Hex | B6 | 41 | FF | 1D | 4B | 0 | 0 | 115 | 64 | 3F |
| Octal | 266 | 101 | 377 | 35 | 113 | 0 | 0 | 425 | 144 | 77 |
| Binary | 10110110 | 1000001 | 11111111 | 11101 | 1001011 | 0 | 0 | 100010101 | 1100100 | 111111 |
Color Harmonies of #B641FF
Complementary color
Monochromatic Colors of #B641FF
Black with #B641FF
Text Example
Text Example
White with #B641FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B641FF; }
p { color: rgb(182,65,255); }
H1.HeaderClassName
{
color: #B641FF;
}
.AnyTagClassName
{
color: #B641FF;
}
</style>
background-color css
<style>
a { background-color: #B641FF; }
a { background-color: rgb(182,65,255); }
div.DivClassName
{
background-color: #B641FF;
}
.BgClassName
{
background-color: #B641FF;
}
</style>
border-color css
<style>
span { border-color: #B641FF; }
span { border-color: rgb(182,65,255); }
td.TdClassName
{
border-color: #B641FF;
}
.TagClassName
{
border-color: #B641FF;
}
</style>