Shades of Medium Orchid #B76CF2
Tints of Medium Orchid #B76CF2
RGB
CMYK
RGB Variations
Color information
#B76CF2 (or 0xB76CF2) is known color: Medium Orchid. HEX triplet: B7, 6C and F2. RGB value is (183,108,242). Sum of RGB (Red+Green+Blue) = 183+108+242=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #B76CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76CF2 is #48930D. Grayscale: #919191. Windows color (decimal): -4756238 or 15887543. OLE color: 15887543.
HSL color Cylindrical-coordinate representation of color #B76CF2: hue angle of 273.58º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76CF2 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 108 | 242 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.05 |
| HSL | 273.58º | 0.84% | 0.69% | - |
| HSV(B) | 273.58º | 0.55% | 0.95% | - |
| XYZ | 40.92 | 27.2 | 87.1 | - |
| YUV | 145.7 | 182.35 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 242 | 0.24 | 0.55 | 0 | 0.05 | 273.58 | 0.84 | 0.69 |
| Hex | B7 | 6C | F2 | 18 | 37 | 0 | 5 | 112 | 54 | 45 |
| Octal | 267 | 154 | 362 | 30 | 67 | 0 | 5 | 422 | 124 | 105 |
| Binary | 10110111 | 1101100 | 11110010 | 11000 | 110111 | 0 | 101 | 100010010 | 1010100 | 1000101 |
Color Harmonies of #B76CF2
Complementary color
Monochromatic Colors of #B76CF2
Black with #B76CF2
Text Example
Text Example
White with #B76CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CF2; }
p { color: rgb(183,108,242); }
H1.HeaderClassName
{
color: #B76CF2;
}
.AnyTagClassName
{
color: #B76CF2;
}
</style>
background-color css
<style>
a { background-color: #B76CF2; }
a { background-color: rgb(183,108,242); }
div.DivClassName
{
background-color: #B76CF2;
}
.BgClassName
{
background-color: #B76CF2;
}
</style>
border-color css
<style>
span { border-color: #B76CF2; }
span { border-color: rgb(183,108,242); }
td.TdClassName
{
border-color: #B76CF2;
}
.TagClassName
{
border-color: #B76CF2;
}
</style>