Shades of Medium Orchid #B769F3
Tints of Medium Orchid #B769F3
RGB
CMYK
RGB Variations
Color information
#B769F3 (or 0xB769F3) is known color: Medium Orchid. HEX triplet: B7, 69 and F3. RGB value is (183,105,243). Sum of RGB (Red+Green+Blue) = 183+105+243=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #B769F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769F3 is #48960C. Grayscale: #8F8F8F. Windows color (decimal): -4757005 or 15952311. OLE color: 15952311.
HSL color Cylindrical-coordinate representation of color #B769F3: hue angle of 273.91º degrees, saturation: 0.85, 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 #B769F3 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 105 | 243 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.05 |
| HSL | 273.91º | 0.85% | 0.68% | - |
| HSV(B) | 273.91º | 0.57% | 0.95% | - |
| XYZ | 40.76 | 26.64 | 87.79 | - |
| YUV | 144.05 | 183.84 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 243 | 0.25 | 0.57 | 0 | 0.05 | 273.91 | 0.85 | 0.68 |
| Hex | B7 | 69 | F3 | 19 | 39 | 0 | 5 | 112 | 55 | 44 |
| Octal | 267 | 151 | 363 | 31 | 71 | 0 | 5 | 422 | 125 | 104 |
| Binary | 10110111 | 1101001 | 11110011 | 11001 | 111001 | 0 | 101 | 100010010 | 1010101 | 1000100 |
Color Harmonies of #B769F3
Complementary color
Monochromatic Colors of #B769F3
Black with #B769F3
Text Example
Text Example
White with #B769F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769F3; }
p { color: rgb(183,105,243); }
H1.HeaderClassName
{
color: #B769F3;
}
.AnyTagClassName
{
color: #B769F3;
}
</style>
background-color css
<style>
a { background-color: #B769F3; }
a { background-color: rgb(183,105,243); }
div.DivClassName
{
background-color: #B769F3;
}
.BgClassName
{
background-color: #B769F3;
}
</style>
border-color css
<style>
span { border-color: #B769F3; }
span { border-color: rgb(183,105,243); }
td.TdClassName
{
border-color: #B769F3;
}
.TagClassName
{
border-color: #B769F3;
}
</style>