Shades of Medium Orchid #B672CC
Tints of Medium Orchid #B672CC
RGB
CMYK
RGB Variations
Color information
#B672CC (or 0xB672CC) is known color: Medium Orchid. HEX triplet: B6, 72 and CC. RGB value is (182,114,204). Sum of RGB (Red+Green+Blue) = 182+114+204=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #B672CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672CC is #498D33. Grayscale: #909090. Windows color (decimal): -4820276 or 13398710. OLE color: 13398710.
HSL color Cylindrical-coordinate representation of color #B672CC: hue angle of 285.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B672CC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 114 | 204 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.2 |
| HSL | 285.33º | 0.47% | 0.62% | - |
| HSV(B) | 285.33º | 0.44% | 0.8% | - |
| XYZ | 36.21 | 26.34 | 60.3 | - |
| YUV | 144.59 | 161.53 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 204 | 0.11 | 0.44 | 0 | 0.2 | 285.33 | 0.47 | 0.62 |
| Hex | B6 | 72 | CC | B | 2C | 0 | 14 | 11D | 2F | 3E |
| Octal | 266 | 162 | 314 | 13 | 54 | 0 | 24 | 435 | 57 | 76 |
| Binary | 10110110 | 1110010 | 11001100 | 1011 | 101100 | 0 | 10100 | 100011101 | 101111 | 111110 |
Color Harmonies of #B672CC
Complementary color
Monochromatic Colors of #B672CC
Black with #B672CC
Text Example
Text Example
White with #B672CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672CC; }
p { color: rgb(182,114,204); }
H1.HeaderClassName
{
color: #B672CC;
}
.AnyTagClassName
{
color: #B672CC;
}
</style>
background-color css
<style>
a { background-color: #B672CC; }
a { background-color: rgb(182,114,204); }
div.DivClassName
{
background-color: #B672CC;
}
.BgClassName
{
background-color: #B672CC;
}
</style>
border-color css
<style>
span { border-color: #B672CC; }
span { border-color: rgb(182,114,204); }
td.TdClassName
{
border-color: #B672CC;
}
.TagClassName
{
border-color: #B672CC;
}
</style>