Shades of Medium Orchid #B767F2
Tints of Medium Orchid #B767F2
RGB
CMYK
RGB Variations
Color information
#B767F2 (or 0xB767F2) is known color: Medium Orchid. HEX triplet: B7, 67 and F2. RGB value is (183,103,242). Sum of RGB (Red+Green+Blue) = 183+103+242=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #B767F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B767F2 is #48980D. Grayscale: #8E8E8E. Windows color (decimal): -4757518 or 15886263. OLE color: 15886263.
HSL color Cylindrical-coordinate representation of color #B767F2: hue angle of 274.53º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B767F2 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 103 | 242 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.05 |
| HSL | 274.53º | 0.84% | 0.68% | - |
| HSV(B) | 274.53º | 0.57% | 0.95% | - |
| XYZ | 40.41 | 26.18 | 86.93 | - |
| YUV | 142.77 | 184 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 242 | 0.24 | 0.57 | 0 | 0.05 | 274.53 | 0.84 | 0.68 |
| Hex | B7 | 67 | F2 | 18 | 39 | 0 | 5 | 113 | 54 | 44 |
| Octal | 267 | 147 | 362 | 30 | 71 | 0 | 5 | 423 | 124 | 104 |
| Binary | 10110111 | 1100111 | 11110010 | 11000 | 111001 | 0 | 101 | 100010011 | 1010100 | 1000100 |
Color Harmonies of #B767F2
Complementary color
Monochromatic Colors of #B767F2
Black with #B767F2
Text Example
Text Example
White with #B767F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767F2; }
p { color: rgb(183,103,242); }
H1.HeaderClassName
{
color: #B767F2;
}
.AnyTagClassName
{
color: #B767F2;
}
</style>
background-color css
<style>
a { background-color: #B767F2; }
a { background-color: rgb(183,103,242); }
div.DivClassName
{
background-color: #B767F2;
}
.BgClassName
{
background-color: #B767F2;
}
</style>
border-color css
<style>
span { border-color: #B767F2; }
span { border-color: rgb(183,103,242); }
td.TdClassName
{
border-color: #B767F2;
}
.TagClassName
{
border-color: #B767F2;
}
</style>