Shades of Medium Orchid #B26BCA
Tints of Medium Orchid #B26BCA
RGB
CMYK
RGB Variations
Color information
#B26BCA (or 0xB26BCA) is known color: Medium Orchid. HEX triplet: B2, 6B and CA. RGB value is (178,107,202). Sum of RGB (Red+Green+Blue) = 178+107+202=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #B26BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BCA is #4D9435. Grayscale: #8A8A8A. Windows color (decimal): -5084214 or 13265842. OLE color: 13265842.
HSL color Cylindrical-coordinate representation of color #B26BCA: hue angle of 284.84º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B26BCA is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 107 | 202 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.21 |
| HSL | 284.84º | 0.47% | 0.61% | - |
| HSV(B) | 284.84º | 0.47% | 0.79% | - |
| XYZ | 34.28 | 24.24 | 58.75 | - |
| YUV | 139.06 | 163.52 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 202 | 0.12 | 0.47 | 0 | 0.21 | 284.84 | 0.47 | 0.61 |
| Hex | B2 | 6B | CA | C | 2F | 0 | 15 | 11D | 2F | 3D |
| Octal | 262 | 153 | 312 | 14 | 57 | 0 | 25 | 435 | 57 | 75 |
| Binary | 10110010 | 1101011 | 11001010 | 1100 | 101111 | 0 | 10101 | 100011101 | 101111 | 111101 |
Color Harmonies of #B26BCA
Complementary color
Monochromatic Colors of #B26BCA
Black with #B26BCA
Text Example
Text Example
White with #B26BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26BCA; }
p { color: rgb(178,107,202); }
H1.HeaderClassName
{
color: #B26BCA;
}
.AnyTagClassName
{
color: #B26BCA;
}
</style>
background-color css
<style>
a { background-color: #B26BCA; }
a { background-color: rgb(178,107,202); }
div.DivClassName
{
background-color: #B26BCA;
}
.BgClassName
{
background-color: #B26BCA;
}
</style>
border-color css
<style>
span { border-color: #B26BCA; }
span { border-color: rgb(178,107,202); }
td.TdClassName
{
border-color: #B26BCA;
}
.TagClassName
{
border-color: #B26BCA;
}
</style>