Shades of Medium Orchid #B767DB
Tints of Medium Orchid #B767DB
RGB
CMYK
RGB Variations
Color information
#B767DB (or 0xB767DB) is known color: Medium Orchid. HEX triplet: B7, 67 and DB. RGB value is (183,103,219). Sum of RGB (Red+Green+Blue) = 183+103+219=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #B767DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767DB is #489824. Grayscale: #8B8B8B. Windows color (decimal): -4757541 or 14378935. OLE color: 14378935.
HSL color Cylindrical-coordinate representation of color #B767DB: hue angle of 281.38º 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 #B767DB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 103 | 219 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.14 |
| HSL | 281.38º | 0.62% | 0.63% | - |
| HSV(B) | 281.38º | 0.53% | 0.86% | - |
| XYZ | 37.16 | 24.88 | 69.86 | - |
| YUV | 140.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 219 | 0.16 | 0.53 | 0 | 0.14 | 281.38 | 0.62 | 0.63 |
| Hex | B7 | 67 | DB | 10 | 35 | 0 | E | 119 | 3E | 3F |
| Octal | 267 | 147 | 333 | 20 | 65 | 0 | 16 | 431 | 76 | 77 |
| Binary | 10110111 | 1100111 | 11011011 | 10000 | 110101 | 0 | 1110 | 100011001 | 111110 | 111111 |
Color Harmonies of #B767DB
Complementary color
Monochromatic Colors of #B767DB
Black with #B767DB
Text Example
Text Example
White with #B767DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767DB; }
p { color: rgb(183,103,219); }
H1.HeaderClassName
{
color: #B767DB;
}
.AnyTagClassName
{
color: #B767DB;
}
</style>
background-color css
<style>
a { background-color: #B767DB; }
a { background-color: rgb(183,103,219); }
div.DivClassName
{
background-color: #B767DB;
}
.BgClassName
{
background-color: #B767DB;
}
</style>
border-color css
<style>
span { border-color: #B767DB; }
span { border-color: rgb(183,103,219); }
td.TdClassName
{
border-color: #B767DB;
}
.TagClassName
{
border-color: #B767DB;
}
</style>