Shades of Medium Orchid #B767CF
Tints of Medium Orchid #B767CF
RGB
CMYK
RGB Variations
Color information
#B767CF (or 0xB767CF) is known color: Medium Orchid. HEX triplet: B7, 67 and CF. RGB value is (183,103,207). Sum of RGB (Red+Green+Blue) = 183+103+207=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #B767CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767CF is #489830. Grayscale: #8A8A8A. Windows color (decimal): -4757553 or 13592503. OLE color: 13592503.
HSL color Cylindrical-coordinate representation of color #B767CF: hue angle of 286.15º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B767CF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 103 | 207 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.19 |
| HSL | 286.15º | 0.52% | 0.61% | - |
| HSV(B) | 286.15º | 0.5% | 0.81% | - |
| XYZ | 35.64 | 24.27 | 61.84 | - |
| YUV | 138.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 207 | 0.12 | 0.50 | 0 | 0.19 | 286.15 | 0.52 | 0.61 |
| Hex | B7 | 67 | CF | C | 32 | 0 | 13 | 11E | 34 | 3D |
| Octal | 267 | 147 | 317 | 14 | 62 | 0 | 23 | 436 | 64 | 75 |
| Binary | 10110111 | 1100111 | 11001111 | 1100 | 110010 | 0 | 10011 | 100011110 | 110100 | 111101 |
Color Harmonies of #B767CF
Complementary color
Monochromatic Colors of #B767CF
Black with #B767CF
Text Example
Text Example
White with #B767CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767CF; }
p { color: rgb(183,103,207); }
H1.HeaderClassName
{
color: #B767CF;
}
.AnyTagClassName
{
color: #B767CF;
}
</style>
background-color css
<style>
a { background-color: #B767CF; }
a { background-color: rgb(183,103,207); }
div.DivClassName
{
background-color: #B767CF;
}
.BgClassName
{
background-color: #B767CF;
}
</style>
border-color css
<style>
span { border-color: #B767CF; }
span { border-color: rgb(183,103,207); }
td.TdClassName
{
border-color: #B767CF;
}
.TagClassName
{
border-color: #B767CF;
}
</style>