Shades of Medium Orchid #B672E6
Tints of Medium Orchid #B672E6
RGB
CMYK
RGB Variations
Color information
#B672E6 (or 0xB672E6) is known color: Medium Orchid. HEX triplet: B6, 72 and E6. RGB value is (182,114,230). Sum of RGB (Red+Green+Blue) = 182+114+230=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #B672E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B672E6 is #498D19. Grayscale: #939393. Windows color (decimal): -4820250 or 15102646. OLE color: 15102646.
HSL color Cylindrical-coordinate representation of color #B672E6: hue angle of 275.17º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B672E6 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 114 | 230 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.10 |
| HSL | 275.17º | 0.7% | 0.67% | - |
| HSV(B) | 275.17º | 0.5% | 0.9% | - |
| XYZ | 39.59 | 27.69 | 78.12 | - |
| YUV | 147.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 230 | 0.21 | 0.50 | 0 | 0.10 | 275.17 | 0.7 | 0.67 |
| Hex | B6 | 72 | E6 | 15 | 32 | 0 | A | 113 | 46 | 43 |
| Octal | 266 | 162 | 346 | 25 | 62 | 0 | 12 | 423 | 106 | 103 |
| Binary | 10110110 | 1110010 | 11100110 | 10101 | 110010 | 0 | 1010 | 100010011 | 1000110 | 1000011 |
Color Harmonies of #B672E6
Complementary color
Monochromatic Colors of #B672E6
Black with #B672E6
Text Example
Text Example
White with #B672E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672E6; }
p { color: rgb(182,114,230); }
H1.HeaderClassName
{
color: #B672E6;
}
.AnyTagClassName
{
color: #B672E6;
}
</style>
background-color css
<style>
a { background-color: #B672E6; }
a { background-color: rgb(182,114,230); }
div.DivClassName
{
background-color: #B672E6;
}
.BgClassName
{
background-color: #B672E6;
}
</style>
border-color css
<style>
span { border-color: #B672E6; }
span { border-color: rgb(182,114,230); }
td.TdClassName
{
border-color: #B672E6;
}
.TagClassName
{
border-color: #B672E6;
}
</style>