Shades of Medium Orchid #B667DB
Tints of Medium Orchid #B667DB
RGB
CMYK
RGB Variations
Color information
#B667DB (or 0xB667DB) is known color: Medium Orchid. HEX triplet: B6, 67 and DB. RGB value is (182,103,219). Sum of RGB (Red+Green+Blue) = 182+103+219=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #B667DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667DB is #499824. Grayscale: #8B8B8B. Windows color (decimal): -4823077 or 14378934. OLE color: 14378934.
HSL color Cylindrical-coordinate representation of color #B667DB: hue angle of 280.86º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B667DB is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 103 | 219 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.14 |
| HSL | 280.86º | 0.62% | 0.63% | - |
| HSV(B) | 280.86º | 0.53% | 0.86% | - |
| XYZ | 36.93 | 24.76 | 69.85 | - |
| YUV | 139.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 219 | 0.17 | 0.53 | 0 | 0.14 | 280.86 | 0.62 | 0.63 |
| Hex | B6 | 67 | DB | 11 | 35 | 0 | E | 119 | 3E | 3F |
| Octal | 266 | 147 | 333 | 21 | 65 | 0 | 16 | 431 | 76 | 77 |
| Binary | 10110110 | 1100111 | 11011011 | 10001 | 110101 | 0 | 1110 | 100011001 | 111110 | 111111 |
Color Harmonies of #B667DB
Complementary color
Monochromatic Colors of #B667DB
Black with #B667DB
Text Example
Text Example
White with #B667DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667DB; }
p { color: rgb(182,103,219); }
H1.HeaderClassName
{
color: #B667DB;
}
.AnyTagClassName
{
color: #B667DB;
}
</style>
background-color css
<style>
a { background-color: #B667DB; }
a { background-color: rgb(182,103,219); }
div.DivClassName
{
background-color: #B667DB;
}
.BgClassName
{
background-color: #B667DB;
}
</style>
border-color css
<style>
span { border-color: #B667DB; }
span { border-color: rgb(182,103,219); }
td.TdClassName
{
border-color: #B667DB;
}
.TagClassName
{
border-color: #B667DB;
}
</style>