Shades of Medium Orchid #B148DC
Tints of Medium Orchid #B148DC
RGB
CMYK
RGB Variations
Color information
#B148DC (or 0xB148DC) is known color: Medium Orchid. HEX triplet: B1, 48 and DC. RGB value is (177,72,220). Sum of RGB (Red+Green+Blue) = 177+72+220=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #B148DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148DC is #4EB723. Grayscale: #777777. Windows color (decimal): -5158692 or 14436529. OLE color: 14436529.
HSL color Cylindrical-coordinate representation of color #B148DC: hue angle of 282.57º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B148DC is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 72 | 220 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.14 |
| HSL | 282.57º | 0.68% | 0.57% | - |
| HSV(B) | 282.57º | 0.67% | 0.86% | - |
| XYZ | 33.37 | 19.15 | 69.65 | - |
| YUV | 120.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 220 | 0.20 | 0.67 | 0 | 0.14 | 282.57 | 0.68 | 0.57 |
| Hex | B1 | 48 | DC | 14 | 43 | 0 | E | 11B | 44 | 39 |
| Octal | 261 | 110 | 334 | 24 | 103 | 0 | 16 | 433 | 104 | 71 |
| Binary | 10110001 | 1001000 | 11011100 | 10100 | 1000011 | 0 | 1110 | 100011011 | 1000100 | 111001 |
Color Harmonies of #B148DC
Complementary color
Monochromatic Colors of #B148DC
Black with #B148DC
Text Example
Text Example
White with #B148DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B148DC; }
p { color: rgb(177,72,220); }
H1.HeaderClassName
{
color: #B148DC;
}
.AnyTagClassName
{
color: #B148DC;
}
</style>
background-color css
<style>
a { background-color: #B148DC; }
a { background-color: rgb(177,72,220); }
div.DivClassName
{
background-color: #B148DC;
}
.BgClassName
{
background-color: #B148DC;
}
</style>
border-color css
<style>
span { border-color: #B148DC; }
span { border-color: rgb(177,72,220); }
td.TdClassName
{
border-color: #B148DC;
}
.TagClassName
{
border-color: #B148DC;
}
</style>