Shades of Medium Orchid #B767F1
Tints of Medium Orchid #B767F1
RGB
CMYK
RGB Variations
Color information
#B767F1 (or 0xB767F1) is known color: Medium Orchid. HEX triplet: B7, 67 and F1. RGB value is (183,103,241). Sum of RGB (Red+Green+Blue) = 183+103+241=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #B767F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B767F1 is #48980E. Grayscale: #8E8E8E. Windows color (decimal): -4757519 or 15820727. OLE color: 15820727.
HSL color Cylindrical-coordinate representation of color #B767F1: hue angle of 274.78º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B767F1 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 103 | 241 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.05 |
| HSL | 274.78º | 0.83% | 0.67% | - |
| HSV(B) | 274.78º | 0.57% | 0.95% | - |
| XYZ | 40.26 | 26.12 | 86.14 | - |
| YUV | 142.65 | 183.5 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 241 | 0.24 | 0.57 | 0 | 0.05 | 274.78 | 0.83 | 0.67 |
| Hex | B7 | 67 | F1 | 18 | 39 | 0 | 5 | 113 | 53 | 43 |
| Octal | 267 | 147 | 361 | 30 | 71 | 0 | 5 | 423 | 123 | 103 |
| Binary | 10110111 | 1100111 | 11110001 | 11000 | 111001 | 0 | 101 | 100010011 | 1010011 | 1000011 |
Color Harmonies of #B767F1
Complementary color
Monochromatic Colors of #B767F1
Black with #B767F1
Text Example
Text Example
White with #B767F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767F1; }
p { color: rgb(183,103,241); }
H1.HeaderClassName
{
color: #B767F1;
}
.AnyTagClassName
{
color: #B767F1;
}
</style>
background-color css
<style>
a { background-color: #B767F1; }
a { background-color: rgb(183,103,241); }
div.DivClassName
{
background-color: #B767F1;
}
.BgClassName
{
background-color: #B767F1;
}
</style>
border-color css
<style>
span { border-color: #B767F1; }
span { border-color: rgb(183,103,241); }
td.TdClassName
{
border-color: #B767F1;
}
.TagClassName
{
border-color: #B767F1;
}
</style>