Shades of Medium Orchid #B767DC
Tints of Medium Orchid #B767DC
RGB
CMYK
RGB Variations
Color information
#B767DC (or 0xB767DC) is known color: Medium Orchid. HEX triplet: B7, 67 and DC. RGB value is (183,103,220). Sum of RGB (Red+Green+Blue) = 183+103+220=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #B767DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767DC is #489823. Grayscale: #8B8B8B. Windows color (decimal): -4757540 or 14444471. OLE color: 14444471.
HSL color Cylindrical-coordinate representation of color #B767DC: hue angle of 281.03º degrees, saturation: 0.63, 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 #B767DC is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 103 | 220 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.14 |
| HSL | 281.03º | 0.63% | 0.63% | - |
| HSV(B) | 281.03º | 0.53% | 0.86% | - |
| XYZ | 37.3 | 24.94 | 70.56 | - |
| YUV | 140.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 220 | 0.17 | 0.53 | 0 | 0.14 | 281.03 | 0.63 | 0.63 |
| Hex | B7 | 67 | DC | 11 | 35 | 0 | E | 119 | 3F | 3F |
| Octal | 267 | 147 | 334 | 21 | 65 | 0 | 16 | 431 | 77 | 77 |
| Binary | 10110111 | 1100111 | 11011100 | 10001 | 110101 | 0 | 1110 | 100011001 | 111111 | 111111 |
Color Harmonies of #B767DC
Complementary color
Monochromatic Colors of #B767DC
Black with #B767DC
Text Example
Text Example
White with #B767DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767DC; }
p { color: rgb(183,103,220); }
H1.HeaderClassName
{
color: #B767DC;
}
.AnyTagClassName
{
color: #B767DC;
}
</style>
background-color css
<style>
a { background-color: #B767DC; }
a { background-color: rgb(183,103,220); }
div.DivClassName
{
background-color: #B767DC;
}
.BgClassName
{
background-color: #B767DC;
}
</style>
border-color css
<style>
span { border-color: #B767DC; }
span { border-color: rgb(183,103,220); }
td.TdClassName
{
border-color: #B767DC;
}
.TagClassName
{
border-color: #B767DC;
}
</style>