Shades of Medium Orchid #B76BF2
Tints of Medium Orchid #B76BF2
RGB
CMYK
RGB Variations
Color information
#B76BF2 (or 0xB76BF2) is known color: Medium Orchid. HEX triplet: B7, 6B and F2. RGB value is (183,107,242). Sum of RGB (Red+Green+Blue) = 183+107+242=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #B76BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BF2 is #48940D. Grayscale: #909090. Windows color (decimal): -4756494 or 15887287. OLE color: 15887287.
HSL color Cylindrical-coordinate representation of color #B76BF2: hue angle of 273.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B76BF2 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 107 | 242 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.05 |
| HSL | 273.78º | 0.84% | 0.68% | - |
| HSV(B) | 273.78º | 0.56% | 0.95% | - |
| XYZ | 40.81 | 26.99 | 87.06 | - |
| YUV | 145.11 | 182.68 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 242 | 0.24 | 0.56 | 0 | 0.05 | 273.78 | 0.84 | 0.68 |
| Hex | B7 | 6B | F2 | 18 | 38 | 0 | 5 | 112 | 54 | 44 |
| Octal | 267 | 153 | 362 | 30 | 70 | 0 | 5 | 422 | 124 | 104 |
| Binary | 10110111 | 1101011 | 11110010 | 11000 | 111000 | 0 | 101 | 100010010 | 1010100 | 1000100 |
Color Harmonies of #B76BF2
Complementary color
Monochromatic Colors of #B76BF2
Black with #B76BF2
Text Example
Text Example
White with #B76BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BF2; }
p { color: rgb(183,107,242); }
H1.HeaderClassName
{
color: #B76BF2;
}
.AnyTagClassName
{
color: #B76BF2;
}
</style>
background-color css
<style>
a { background-color: #B76BF2; }
a { background-color: rgb(183,107,242); }
div.DivClassName
{
background-color: #B76BF2;
}
.BgClassName
{
background-color: #B76BF2;
}
</style>
border-color css
<style>
span { border-color: #B76BF2; }
span { border-color: rgb(183,107,242); }
td.TdClassName
{
border-color: #B76BF2;
}
.TagClassName
{
border-color: #B76BF2;
}
</style>