Shades of Medium Orchid #B767CE
Tints of Medium Orchid #B767CE
RGB
CMYK
RGB Variations
Color information
#B767CE (or 0xB767CE) is known color: Medium Orchid. HEX triplet: B7, 67 and CE. RGB value is (183,103,206). Sum of RGB (Red+Green+Blue) = 183+103+206=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #B767CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767CE is #489831. Grayscale: #8A8A8A. Windows color (decimal): -4757554 or 13526967. OLE color: 13526967.
HSL color Cylindrical-coordinate representation of color #B767CE: hue angle of 286.6º degrees, saturation: 0.51, 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 #B767CE is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 103 | 206 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.19 |
| HSL | 286.6º | 0.51% | 0.61% | - |
| HSV(B) | 286.6º | 0.5% | 0.81% | - |
| XYZ | 35.52 | 24.22 | 61.2 | - |
| YUV | 138.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 206 | 0.11 | 0.50 | 0 | 0.19 | 286.6 | 0.51 | 0.61 |
| Hex | B7 | 67 | CE | B | 32 | 0 | 13 | 11F | 33 | 3D |
| Octal | 267 | 147 | 316 | 13 | 62 | 0 | 23 | 437 | 63 | 75 |
| Binary | 10110111 | 1100111 | 11001110 | 1011 | 110010 | 0 | 10011 | 100011111 | 110011 | 111101 |
Color Harmonies of #B767CE
Complementary color
Monochromatic Colors of #B767CE
Black with #B767CE
Text Example
Text Example
White with #B767CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767CE; }
p { color: rgb(183,103,206); }
H1.HeaderClassName
{
color: #B767CE;
}
.AnyTagClassName
{
color: #B767CE;
}
</style>
background-color css
<style>
a { background-color: #B767CE; }
a { background-color: rgb(183,103,206); }
div.DivClassName
{
background-color: #B767CE;
}
.BgClassName
{
background-color: #B767CE;
}
</style>
border-color css
<style>
span { border-color: #B767CE; }
span { border-color: rgb(183,103,206); }
td.TdClassName
{
border-color: #B767CE;
}
.TagClassName
{
border-color: #B767CE;
}
</style>