Shades of Medium Orchid #B672D3
Tints of Medium Orchid #B672D3
RGB
CMYK
RGB Variations
Color information
#B672D3 (or 0xB672D3) is known color: Medium Orchid. HEX triplet: B6, 72 and D3. RGB value is (182,114,211). Sum of RGB (Red+Green+Blue) = 182+114+211=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #B672D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672D3 is #498D2C. Grayscale: #919191. Windows color (decimal): -4820269 or 13857462. OLE color: 13857462.
HSL color Cylindrical-coordinate representation of color #B672D3: hue angle of 282.06º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B672D3 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 114 | 211 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.17 |
| HSL | 282.06º | 0.52% | 0.64% | - |
| HSV(B) | 282.06º | 0.46% | 0.83% | - |
| XYZ | 37.07 | 26.68 | 64.82 | - |
| YUV | 145.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 211 | 0.14 | 0.46 | 0 | 0.17 | 282.06 | 0.52 | 0.64 |
| Hex | B6 | 72 | D3 | E | 2E | 0 | 11 | 11A | 34 | 40 |
| Octal | 266 | 162 | 323 | 16 | 56 | 0 | 21 | 432 | 64 | 100 |
| Binary | 10110110 | 1110010 | 11010011 | 1110 | 101110 | 0 | 10001 | 100011010 | 110100 | 1000000 |
Color Harmonies of #B672D3
Complementary color
Monochromatic Colors of #B672D3
Black with #B672D3
Text Example
Text Example
White with #B672D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672D3; }
p { color: rgb(182,114,211); }
H1.HeaderClassName
{
color: #B672D3;
}
.AnyTagClassName
{
color: #B672D3;
}
</style>
background-color css
<style>
a { background-color: #B672D3; }
a { background-color: rgb(182,114,211); }
div.DivClassName
{
background-color: #B672D3;
}
.BgClassName
{
background-color: #B672D3;
}
</style>
border-color css
<style>
span { border-color: #B672D3; }
span { border-color: rgb(182,114,211); }
td.TdClassName
{
border-color: #B672D3;
}
.TagClassName
{
border-color: #B672D3;
}
</style>