Shades of Medium Orchid #B672C8
Tints of Medium Orchid #B672C8
RGB
CMYK
RGB Variations
Color information
#B672C8 (or 0xB672C8) is known color: Medium Orchid. HEX triplet: B6, 72 and C8. RGB value is (182,114,200). Sum of RGB (Red+Green+Blue) = 182+114+200=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: blue. Hex color #B672C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672C8 is #498D37. Grayscale: #8F8F8F. Windows color (decimal): -4820280 or 13136566. OLE color: 13136566.
HSL color Cylindrical-coordinate representation of color #B672C8: hue angle of 287.44º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B672C8 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 114 | 200 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.22 |
| HSL | 287.44º | 0.44% | 0.62% | - |
| HSV(B) | 287.44º | 0.43% | 0.78% | - |
| XYZ | 35.73 | 26.15 | 57.81 | - |
| YUV | 144.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 200 | 0.09 | 0.43 | 0 | 0.22 | 287.44 | 0.44 | 0.62 |
| Hex | B6 | 72 | C8 | 9 | 2B | 0 | 16 | 11F | 2C | 3E |
| Octal | 266 | 162 | 310 | 11 | 53 | 0 | 26 | 437 | 54 | 76 |
| Binary | 10110110 | 1110010 | 11001000 | 1001 | 101011 | 0 | 10110 | 100011111 | 101100 | 111110 |
Color Harmonies of #B672C8
Complementary color
Monochromatic Colors of #B672C8
Black with #B672C8
Text Example
Text Example
White with #B672C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672C8; }
p { color: rgb(182,114,200); }
H1.HeaderClassName
{
color: #B672C8;
}
.AnyTagClassName
{
color: #B672C8;
}
</style>
background-color css
<style>
a { background-color: #B672C8; }
a { background-color: rgb(182,114,200); }
div.DivClassName
{
background-color: #B672C8;
}
.BgClassName
{
background-color: #B672C8;
}
</style>
border-color css
<style>
span { border-color: #B672C8; }
span { border-color: rgb(182,114,200); }
td.TdClassName
{
border-color: #B672C8;
}
.TagClassName
{
border-color: #B672C8;
}
</style>