Shades of Medium Orchid #B148DD
Tints of Medium Orchid #B148DD
RGB
CMYK
RGB Variations
Color information
#B148DD (or 0xB148DD) is known color: Medium Orchid. HEX triplet: B1, 48 and DD. RGB value is (177,72,221). Sum of RGB (Red+Green+Blue) = 177+72+221=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #B148DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148DD is #4EB722. Grayscale: #777777. Windows color (decimal): -5158691 or 14502065. OLE color: 14502065.
HSL color Cylindrical-coordinate representation of color #B148DD: hue angle of 282.28º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B148DD is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 72 | 221 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.13 |
| HSL | 282.28º | 0.69% | 0.57% | - |
| HSV(B) | 282.28º | 0.67% | 0.87% | - |
| XYZ | 33.5 | 19.2 | 70.35 | - |
| YUV | 120.38 | 184.79 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 221 | 0.20 | 0.67 | 0 | 0.13 | 282.28 | 0.69 | 0.57 |
| Hex | B1 | 48 | DD | 14 | 43 | 0 | D | 11A | 45 | 39 |
| Octal | 261 | 110 | 335 | 24 | 103 | 0 | 15 | 432 | 105 | 71 |
| Binary | 10110001 | 1001000 | 11011101 | 10100 | 1000011 | 0 | 1101 | 100011010 | 1000101 | 111001 |
Color Harmonies of #B148DD
Complementary color
Monochromatic Colors of #B148DD
Black with #B148DD
Text Example
Text Example
White with #B148DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B148DD; }
p { color: rgb(177,72,221); }
H1.HeaderClassName
{
color: #B148DD;
}
.AnyTagClassName
{
color: #B148DD;
}
</style>
background-color css
<style>
a { background-color: #B148DD; }
a { background-color: rgb(177,72,221); }
div.DivClassName
{
background-color: #B148DD;
}
.BgClassName
{
background-color: #B148DD;
}
</style>
border-color css
<style>
span { border-color: #B148DD; }
span { border-color: rgb(177,72,221); }
td.TdClassName
{
border-color: #B148DD;
}
.TagClassName
{
border-color: #B148DD;
}
</style>