Shades of Medium Orchid #B641FE
Tints of Medium Orchid #B641FE
RGB
CMYK
RGB Variations
Color information
#B641FE (or 0xB641FE) is known color: Medium Orchid. HEX triplet: B6, 41 and FE. RGB value is (182,65,254). Sum of RGB (Red+Green+Blue) = 182+65+254=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #B641FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B641FE is #49BE01. Grayscale: #787878. Windows color (decimal): -4832770 or 16662966. OLE color: 16662966.
HSL color Cylindrical-coordinate representation of color #B641FE: hue angle of 277.14º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B641FE is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 65 | 254 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.00 |
| HSL | 277.14º | 0.99% | 0.63% | - |
| HSV(B) | 277.14º | 0.74% | 1% | - |
| XYZ | 39.07 | 20.88 | 95.74 | - |
| YUV | 121.53 | 202.76 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 254 | 0.28 | 0.74 | 0 | 0.00 | 277.14 | 0.99 | 0.63 |
| Hex | B6 | 41 | FE | 1C | 4A | 0 | 0 | 115 | 63 | 3F |
| Octal | 266 | 101 | 376 | 34 | 112 | 0 | 0 | 425 | 143 | 77 |
| Binary | 10110110 | 1000001 | 11111110 | 11100 | 1001010 | 0 | 0 | 100010101 | 1100011 | 111111 |
Color Harmonies of #B641FE
Complementary color
Monochromatic Colors of #B641FE
Black with #B641FE
Text Example
Text Example
White with #B641FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B641FE; }
p { color: rgb(182,65,254); }
H1.HeaderClassName
{
color: #B641FE;
}
.AnyTagClassName
{
color: #B641FE;
}
</style>
background-color css
<style>
a { background-color: #B641FE; }
a { background-color: rgb(182,65,254); }
div.DivClassName
{
background-color: #B641FE;
}
.BgClassName
{
background-color: #B641FE;
}
</style>
border-color css
<style>
span { border-color: #B641FE; }
span { border-color: rgb(182,65,254); }
td.TdClassName
{
border-color: #B641FE;
}
.TagClassName
{
border-color: #B641FE;
}
</style>