Shades of Medium Orchid #B148CE
Tints of Medium Orchid #B148CE
RGB
CMYK
RGB Variations
Color information
#B148CE (or 0xB148CE) is known color: Medium Orchid. HEX triplet: B1, 48 and CE. RGB value is (177,72,206). Sum of RGB (Red+Green+Blue) = 177+72+206=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #B148CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148CE is #4EB731. Grayscale: #767676. Windows color (decimal): -5158706 or 13519025. OLE color: 13519025.
HSL color Cylindrical-coordinate representation of color #B148CE: hue angle of 287.01º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B148CE is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 72 | 206 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.19 |
| HSL | 287.01º | 0.58% | 0.55% | - |
| HSV(B) | 287.01º | 0.65% | 0.81% | - |
| XYZ | 31.59 | 18.44 | 60.29 | - |
| YUV | 118.67 | 177.29 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 206 | 0.14 | 0.65 | 0 | 0.19 | 287.01 | 0.58 | 0.55 |
| Hex | B1 | 48 | CE | E | 41 | 0 | 13 | 11F | 3A | 37 |
| Octal | 261 | 110 | 316 | 16 | 101 | 0 | 23 | 437 | 72 | 67 |
| Binary | 10110001 | 1001000 | 11001110 | 1110 | 1000001 | 0 | 10011 | 100011111 | 111010 | 110111 |
Color Harmonies of #B148CE
Complementary color
Monochromatic Colors of #B148CE
Black with #B148CE
Text Example
Text Example
White with #B148CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B148CE; }
p { color: rgb(177,72,206); }
H1.HeaderClassName
{
color: #B148CE;
}
.AnyTagClassName
{
color: #B148CE;
}
</style>
background-color css
<style>
a { background-color: #B148CE; }
a { background-color: rgb(177,72,206); }
div.DivClassName
{
background-color: #B148CE;
}
.BgClassName
{
background-color: #B148CE;
}
</style>
border-color css
<style>
span { border-color: #B148CE; }
span { border-color: rgb(177,72,206); }
td.TdClassName
{
border-color: #B148CE;
}
.TagClassName
{
border-color: #B148CE;
}
</style>