Shades of Medium Orchid #B138F2
Tints of Medium Orchid #B138F2
RGB
CMYK
RGB Variations
Color information
#B138F2 (or 0xB138F2) is known color: Medium Orchid. HEX triplet: B1, 38 and F2. RGB value is (177,56,242). Sum of RGB (Red+Green+Blue) = 177+56+242=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #B138F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B138F2 is #4EC70D. Grayscale: #707070. Windows color (decimal): -5162766 or 15874225. OLE color: 15874225.
HSL color Cylindrical-coordinate representation of color #B138F2: hue angle of 279.03º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B138F2 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 56 | 242 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.05 |
| HSL | 279.03º | 0.88% | 0.58% | - |
| HSV(B) | 279.03º | 0.77% | 0.95% | - |
| XYZ | 35.57 | 18.59 | 85.72 | - |
| YUV | 113.38 | 200.59 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 242 | 0.27 | 0.77 | 0 | 0.05 | 279.03 | 0.88 | 0.58 |
| Hex | B1 | 38 | F2 | 1B | 4D | 0 | 5 | 117 | 58 | 3A |
| Octal | 261 | 70 | 362 | 33 | 115 | 0 | 5 | 427 | 130 | 72 |
| Binary | 10110001 | 111000 | 11110010 | 11011 | 1001101 | 0 | 101 | 100010111 | 1011000 | 111010 |
Color Harmonies of #B138F2
Complementary color
Monochromatic Colors of #B138F2
Black with #B138F2
Text Example
Text Example
White with #B138F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B138F2; }
p { color: rgb(177,56,242); }
H1.HeaderClassName
{
color: #B138F2;
}
.AnyTagClassName
{
color: #B138F2;
}
</style>
background-color css
<style>
a { background-color: #B138F2; }
a { background-color: rgb(177,56,242); }
div.DivClassName
{
background-color: #B138F2;
}
.BgClassName
{
background-color: #B138F2;
}
</style>
border-color css
<style>
span { border-color: #B138F2; }
span { border-color: rgb(177,56,242); }
td.TdClassName
{
border-color: #B138F2;
}
.TagClassName
{
border-color: #B138F2;
}
</style>