Shades of Medium Orchid #B672D2
Tints of Medium Orchid #B672D2
RGB
CMYK
RGB Variations
Color information
#B672D2 (or 0xB672D2) is known color: Medium Orchid. HEX triplet: B6, 72 and D2. RGB value is (182,114,210). Sum of RGB (Red+Green+Blue) = 182+114+210=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #B672D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672D2 is #498D2D. Grayscale: #909090. Windows color (decimal): -4820270 or 13791926. OLE color: 13791926.
HSL color Cylindrical-coordinate representation of color #B672D2: hue angle of 282.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B672D2 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 114 | 210 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.18 |
| HSL | 282.5º | 0.52% | 0.64% | - |
| HSV(B) | 282.5º | 0.46% | 0.82% | - |
| XYZ | 36.94 | 26.63 | 64.17 | - |
| YUV | 145.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 210 | 0.13 | 0.46 | 0 | 0.18 | 282.5 | 0.52 | 0.64 |
| Hex | B6 | 72 | D2 | D | 2E | 0 | 12 | 11A | 34 | 40 |
| Octal | 266 | 162 | 322 | 15 | 56 | 0 | 22 | 432 | 64 | 100 |
| Binary | 10110110 | 1110010 | 11010010 | 1101 | 101110 | 0 | 10010 | 100011010 | 110100 | 1000000 |
Color Harmonies of #B672D2
Complementary color
Monochromatic Colors of #B672D2
Black with #B672D2
Text Example
Text Example
White with #B672D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672D2; }
p { color: rgb(182,114,210); }
H1.HeaderClassName
{
color: #B672D2;
}
.AnyTagClassName
{
color: #B672D2;
}
</style>
background-color css
<style>
a { background-color: #B672D2; }
a { background-color: rgb(182,114,210); }
div.DivClassName
{
background-color: #B672D2;
}
.BgClassName
{
background-color: #B672D2;
}
</style>
border-color css
<style>
span { border-color: #B672D2; }
span { border-color: rgb(182,114,210); }
td.TdClassName
{
border-color: #B672D2;
}
.TagClassName
{
border-color: #B672D2;
}
</style>