Shades of Medium Orchid #B764F9
Tints of Medium Orchid #B764F9
RGB
CMYK
RGB Variations
Color information
#B764F9 (or 0xB764F9) is known color: Medium Orchid. HEX triplet: B7, 64 and F9. RGB value is (183,100,249). Sum of RGB (Red+Green+Blue) = 183+100+249=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #B764F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764F9 is #489B06. Grayscale: #8D8D8D. Windows color (decimal): -4758279 or 16344247. OLE color: 16344247.
HSL color Cylindrical-coordinate representation of color #B764F9: hue angle of 273.42º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B764F9 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 100 | 249 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.02 |
| HSL | 273.42º | 0.93% | 0.68% | - |
| HSV(B) | 273.42º | 0.6% | 0.98% | - |
| XYZ | 41.18 | 26.02 | 92.47 | - |
| YUV | 141.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 249 | 0.27 | 0.60 | 0 | 0.02 | 273.42 | 0.93 | 0.68 |
| Hex | B7 | 64 | F9 | 1B | 3C | 0 | 2 | 111 | 5D | 44 |
| Octal | 267 | 144 | 371 | 33 | 74 | 0 | 2 | 421 | 135 | 104 |
| Binary | 10110111 | 1100100 | 11111001 | 11011 | 111100 | 0 | 10 | 100010001 | 1011101 | 1000100 |
Color Harmonies of #B764F9
Complementary color
Monochromatic Colors of #B764F9
Black with #B764F9
Text Example
Text Example
White with #B764F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764F9; }
p { color: rgb(183,100,249); }
H1.HeaderClassName
{
color: #B764F9;
}
.AnyTagClassName
{
color: #B764F9;
}
</style>
background-color css
<style>
a { background-color: #B764F9; }
a { background-color: rgb(183,100,249); }
div.DivClassName
{
background-color: #B764F9;
}
.BgClassName
{
background-color: #B764F9;
}
</style>
border-color css
<style>
span { border-color: #B764F9; }
span { border-color: rgb(183,100,249); }
td.TdClassName
{
border-color: #B764F9;
}
.TagClassName
{
border-color: #B764F9;
}
</style>