Shades of Medium Orchid #B271D2
Tints of Medium Orchid #B271D2
RGB
CMYK
RGB Variations
Color information
#B271D2 (or 0xB271D2) is known color: Medium Orchid. HEX triplet: B2, 71 and D2. RGB value is (178,113,210). Sum of RGB (Red+Green+Blue) = 178+113+210=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #B271D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271D2 is #4D8E2D. Grayscale: #8F8F8F. Windows color (decimal): -5082670 or 13791666. OLE color: 13791666.
HSL color Cylindrical-coordinate representation of color #B271D2: hue angle of 280.21º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B271D2 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 113 | 210 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.18 |
| HSL | 280.21º | 0.52% | 0.63% | - |
| HSV(B) | 280.21º | 0.46% | 0.82% | - |
| XYZ | 35.9 | 25.93 | 64.09 | - |
| YUV | 143.49 | 165.53 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 210 | 0.15 | 0.46 | 0 | 0.18 | 280.21 | 0.52 | 0.63 |
| Hex | B2 | 71 | D2 | F | 2E | 0 | 12 | 118 | 34 | 3F |
| Octal | 262 | 161 | 322 | 17 | 56 | 0 | 22 | 430 | 64 | 77 |
| Binary | 10110010 | 1110001 | 11010010 | 1111 | 101110 | 0 | 10010 | 100011000 | 110100 | 111111 |
Color Harmonies of #B271D2
Complementary color
Monochromatic Colors of #B271D2
Black with #B271D2
Text Example
Text Example
White with #B271D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B271D2; }
p { color: rgb(178,113,210); }
H1.HeaderClassName
{
color: #B271D2;
}
.AnyTagClassName
{
color: #B271D2;
}
</style>
background-color css
<style>
a { background-color: #B271D2; }
a { background-color: rgb(178,113,210); }
div.DivClassName
{
background-color: #B271D2;
}
.BgClassName
{
background-color: #B271D2;
}
</style>
border-color css
<style>
span { border-color: #B271D2; }
span { border-color: rgb(178,113,210); }
td.TdClassName
{
border-color: #B271D2;
}
.TagClassName
{
border-color: #B271D2;
}
</style>