Shades of Medium Orchid #B675D3
Tints of Medium Orchid #B675D3
RGB
CMYK
RGB Variations
Color information
#B675D3 (or 0xB675D3) is known color: Medium Orchid. HEX triplet: B6, 75 and D3. RGB value is (182,117,211). Sum of RGB (Red+Green+Blue) = 182+117+211=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #B675D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675D3 is #498A2C. Grayscale: #929292. Windows color (decimal): -4819501 or 13858230. OLE color: 13858230.
HSL color Cylindrical-coordinate representation of color #B675D3: hue angle of 281.49º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B675D3 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 117 | 211 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.17 |
| HSL | 281.49º | 0.52% | 0.64% | - |
| HSV(B) | 281.49º | 0.45% | 0.83% | - |
| XYZ | 37.41 | 27.37 | 64.94 | - |
| YUV | 147.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 211 | 0.14 | 0.45 | 0 | 0.17 | 281.49 | 0.52 | 0.64 |
| Hex | B6 | 75 | D3 | E | 2D | 0 | 11 | 119 | 34 | 40 |
| Octal | 266 | 165 | 323 | 16 | 55 | 0 | 21 | 431 | 64 | 100 |
| Binary | 10110110 | 1110101 | 11010011 | 1110 | 101101 | 0 | 10001 | 100011001 | 110100 | 1000000 |
Color Harmonies of #B675D3
Complementary color
Monochromatic Colors of #B675D3
Black with #B675D3
Text Example
Text Example
White with #B675D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B675D3; }
p { color: rgb(182,117,211); }
H1.HeaderClassName
{
color: #B675D3;
}
.AnyTagClassName
{
color: #B675D3;
}
</style>
background-color css
<style>
a { background-color: #B675D3; }
a { background-color: rgb(182,117,211); }
div.DivClassName
{
background-color: #B675D3;
}
.BgClassName
{
background-color: #B675D3;
}
</style>
border-color css
<style>
span { border-color: #B675D3; }
span { border-color: rgb(182,117,211); }
td.TdClassName
{
border-color: #B675D3;
}
.TagClassName
{
border-color: #B675D3;
}
</style>