Shades of Medium Orchid #B269CA
Tints of Medium Orchid #B269CA
RGB
CMYK
RGB Variations
Color information
#B269CA (or 0xB269CA) is known color: Medium Orchid. HEX triplet: B2, 69 and CA. RGB value is (178,105,202). Sum of RGB (Red+Green+Blue) = 178+105+202=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #B269CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269CA is #4D9635. Grayscale: #898989. Windows color (decimal): -5084726 or 13265330. OLE color: 13265330.
HSL color Cylindrical-coordinate representation of color #B269CA: hue angle of 285.15º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B269CA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 105 | 202 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.21 |
| HSL | 285.15º | 0.48% | 0.6% | - |
| HSV(B) | 285.15º | 0.48% | 0.79% | - |
| XYZ | 34.07 | 23.83 | 58.68 | - |
| YUV | 137.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 202 | 0.12 | 0.48 | 0 | 0.21 | 285.15 | 0.48 | 0.6 |
| Hex | B2 | 69 | CA | C | 30 | 0 | 15 | 11D | 30 | 3C |
| Octal | 262 | 151 | 312 | 14 | 60 | 0 | 25 | 435 | 60 | 74 |
| Binary | 10110010 | 1101001 | 11001010 | 1100 | 110000 | 0 | 10101 | 100011101 | 110000 | 111100 |
Color Harmonies of #B269CA
Complementary color
Monochromatic Colors of #B269CA
Black with #B269CA
Text Example
Text Example
White with #B269CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B269CA; }
p { color: rgb(178,105,202); }
H1.HeaderClassName
{
color: #B269CA;
}
.AnyTagClassName
{
color: #B269CA;
}
</style>
background-color css
<style>
a { background-color: #B269CA; }
a { background-color: rgb(178,105,202); }
div.DivClassName
{
background-color: #B269CA;
}
.BgClassName
{
background-color: #B269CA;
}
</style>
border-color css
<style>
span { border-color: #B269CA; }
span { border-color: rgb(178,105,202); }
td.TdClassName
{
border-color: #B269CA;
}
.TagClassName
{
border-color: #B269CA;
}
</style>