Shades of Medium Orchid #B769F0
Tints of Medium Orchid #B769F0
RGB
CMYK
RGB Variations
Color information
#B769F0 (or 0xB769F0) is known color: Medium Orchid. HEX triplet: B7, 69 and F0. RGB value is (183,105,240). Sum of RGB (Red+Green+Blue) = 183+105+240=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #B769F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769F0 is #48960F. Grayscale: #8F8F8F. Windows color (decimal): -4757008 or 15755703. OLE color: 15755703.
HSL color Cylindrical-coordinate representation of color #B769F0: hue angle of 274.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B769F0 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 105 | 240 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.06 |
| HSL | 274.67º | 0.82% | 0.68% | - |
| HSV(B) | 274.67º | 0.56% | 0.94% | - |
| XYZ | 40.31 | 26.46 | 85.42 | - |
| YUV | 143.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 240 | 0.24 | 0.56 | 0 | 0.06 | 274.67 | 0.82 | 0.68 |
| Hex | B7 | 69 | F0 | 18 | 38 | 0 | 6 | 113 | 52 | 44 |
| Octal | 267 | 151 | 360 | 30 | 70 | 0 | 6 | 423 | 122 | 104 |
| Binary | 10110111 | 1101001 | 11110000 | 11000 | 111000 | 0 | 110 | 100010011 | 1010010 | 1000100 |
Color Harmonies of #B769F0
Complementary color
Monochromatic Colors of #B769F0
Black with #B769F0
Text Example
Text Example
White with #B769F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769F0; }
p { color: rgb(183,105,240); }
H1.HeaderClassName
{
color: #B769F0;
}
.AnyTagClassName
{
color: #B769F0;
}
</style>
background-color css
<style>
a { background-color: #B769F0; }
a { background-color: rgb(183,105,240); }
div.DivClassName
{
background-color: #B769F0;
}
.BgClassName
{
background-color: #B769F0;
}
</style>
border-color css
<style>
span { border-color: #B769F0; }
span { border-color: rgb(183,105,240); }
td.TdClassName
{
border-color: #B769F0;
}
.TagClassName
{
border-color: #B769F0;
}
</style>