Shades of Medium Orchid #B667DF
Tints of Medium Orchid #B667DF
RGB
CMYK
RGB Variations
Color information
#B667DF (or 0xB667DF) is known color: Medium Orchid. HEX triplet: B6, 67 and DF. RGB value is (182,103,223). Sum of RGB (Red+Green+Blue) = 182+103+223=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #B667DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667DF is #499820. Grayscale: #8B8B8B. Windows color (decimal): -4823073 or 14641078. OLE color: 14641078.
HSL color Cylindrical-coordinate representation of color #B667DF: hue angle of 279.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B667DF is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 103 | 223 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.13 |
| HSL | 279.5º | 0.65% | 0.64% | - |
| HSV(B) | 279.5º | 0.54% | 0.87% | - |
| XYZ | 37.46 | 24.97 | 72.66 | - |
| YUV | 140.3 | 174.67 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 223 | 0.18 | 0.54 | 0 | 0.13 | 279.5 | 0.65 | 0.64 |
| Hex | B6 | 67 | DF | 12 | 36 | 0 | D | 118 | 41 | 40 |
| Octal | 266 | 147 | 337 | 22 | 66 | 0 | 15 | 430 | 101 | 100 |
| Binary | 10110110 | 1100111 | 11011111 | 10010 | 110110 | 0 | 1101 | 100011000 | 1000001 | 1000000 |
Color Harmonies of #B667DF
Complementary color
Monochromatic Colors of #B667DF
Black with #B667DF
Text Example
Text Example
White with #B667DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667DF; }
p { color: rgb(182,103,223); }
H1.HeaderClassName
{
color: #B667DF;
}
.AnyTagClassName
{
color: #B667DF;
}
</style>
background-color css
<style>
a { background-color: #B667DF; }
a { background-color: rgb(182,103,223); }
div.DivClassName
{
background-color: #B667DF;
}
.BgClassName
{
background-color: #B667DF;
}
</style>
border-color css
<style>
span { border-color: #B667DF; }
span { border-color: rgb(182,103,223); }
td.TdClassName
{
border-color: #B667DF;
}
.TagClassName
{
border-color: #B667DF;
}
</style>