Shades of Medium Orchid #B767CC
Tints of Medium Orchid #B767CC
RGB
CMYK
RGB Variations
Color information
#B767CC (or 0xB767CC) is known color: Medium Orchid. HEX triplet: B7, 67 and CC. RGB value is (183,103,204). Sum of RGB (Red+Green+Blue) = 183+103+204=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #B767CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767CC is #489833. Grayscale: #8A8A8A. Windows color (decimal): -4757556 or 13395895. OLE color: 13395895.
HSL color Cylindrical-coordinate representation of color #B767CC: hue angle of 287.52º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B767CC is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 103 | 204 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.2 |
| HSL | 287.52º | 0.5% | 0.6% | - |
| HSV(B) | 287.52º | 0.5% | 0.8% | - |
| XYZ | 35.28 | 24.13 | 59.92 | - |
| YUV | 138.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 204 | 0.10 | 0.50 | 0 | 0.2 | 287.52 | 0.5 | 0.6 |
| Hex | B7 | 67 | CC | A | 32 | 0 | 14 | 120 | 32 | 3C |
| Octal | 267 | 147 | 314 | 12 | 62 | 0 | 24 | 440 | 62 | 74 |
| Binary | 10110111 | 1100111 | 11001100 | 1010 | 110010 | 0 | 10100 | 100100000 | 110010 | 111100 |
Color Harmonies of #B767CC
Complementary color
Monochromatic Colors of #B767CC
Black with #B767CC
Text Example
Text Example
White with #B767CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767CC; }
p { color: rgb(183,103,204); }
H1.HeaderClassName
{
color: #B767CC;
}
.AnyTagClassName
{
color: #B767CC;
}
</style>
background-color css
<style>
a { background-color: #B767CC; }
a { background-color: rgb(183,103,204); }
div.DivClassName
{
background-color: #B767CC;
}
.BgClassName
{
background-color: #B767CC;
}
</style>
border-color css
<style>
span { border-color: #B767CC; }
span { border-color: rgb(183,103,204); }
td.TdClassName
{
border-color: #B767CC;
}
.TagClassName
{
border-color: #B767CC;
}
</style>