Shades of Medium Orchid #B271CC
Tints of Medium Orchid #B271CC
RGB
CMYK
RGB Variations
Color information
#B271CC (or 0xB271CC) is known color: Medium Orchid. HEX triplet: B2, 71 and CC. RGB value is (178,113,204). Sum of RGB (Red+Green+Blue) = 178+113+204=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #B271CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271CC is #4D8E33. Grayscale: #8E8E8E. Windows color (decimal): -5082676 or 13398450. OLE color: 13398450.
HSL color Cylindrical-coordinate representation of color #B271CC: hue angle of 282.86º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B271CC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 113 | 204 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.2 |
| HSL | 282.86º | 0.47% | 0.62% | - |
| HSV(B) | 282.86º | 0.45% | 0.8% | - |
| XYZ | 35.16 | 25.63 | 60.22 | - |
| YUV | 142.81 | 162.53 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 204 | 0.13 | 0.45 | 0 | 0.2 | 282.86 | 0.47 | 0.62 |
| Hex | B2 | 71 | CC | D | 2D | 0 | 14 | 11B | 2F | 3E |
| Octal | 262 | 161 | 314 | 15 | 55 | 0 | 24 | 433 | 57 | 76 |
| Binary | 10110010 | 1110001 | 11001100 | 1101 | 101101 | 0 | 10100 | 100011011 | 101111 | 111110 |
Color Harmonies of #B271CC
Complementary color
Monochromatic Colors of #B271CC
Black with #B271CC
Text Example
Text Example
White with #B271CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B271CC; }
p { color: rgb(178,113,204); }
H1.HeaderClassName
{
color: #B271CC;
}
.AnyTagClassName
{
color: #B271CC;
}
</style>
background-color css
<style>
a { background-color: #B271CC; }
a { background-color: rgb(178,113,204); }
div.DivClassName
{
background-color: #B271CC;
}
.BgClassName
{
background-color: #B271CC;
}
</style>
border-color css
<style>
span { border-color: #B271CC; }
span { border-color: rgb(178,113,204); }
td.TdClassName
{
border-color: #B271CC;
}
.TagClassName
{
border-color: #B271CC;
}
</style>