Shades of Medium Orchid #B269CF
Tints of Medium Orchid #B269CF
RGB
CMYK
RGB Variations
Color information
#B269CF (or 0xB269CF) is known color: Medium Orchid. HEX triplet: B2, 69 and CF. RGB value is (178,105,207). Sum of RGB (Red+Green+Blue) = 178+105+207=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #B269CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269CF is #4D9630. Grayscale: #8A8A8A. Windows color (decimal): -5084721 or 13593010. OLE color: 13593010.
HSL color Cylindrical-coordinate representation of color #B269CF: hue angle of 282.94º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B269CF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 105 | 207 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.19 |
| HSL | 282.94º | 0.52% | 0.61% | - |
| HSV(B) | 282.94º | 0.49% | 0.81% | - |
| XYZ | 34.67 | 24.07 | 61.85 | - |
| YUV | 138.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 207 | 0.14 | 0.49 | 0 | 0.19 | 282.94 | 0.52 | 0.61 |
| Hex | B2 | 69 | CF | E | 31 | 0 | 13 | 11B | 34 | 3D |
| Octal | 262 | 151 | 317 | 16 | 61 | 0 | 23 | 433 | 64 | 75 |
| Binary | 10110010 | 1101001 | 11001111 | 1110 | 110001 | 0 | 10011 | 100011011 | 110100 | 111101 |
Color Harmonies of #B269CF
Complementary color
Monochromatic Colors of #B269CF
Black with #B269CF
Text Example
Text Example
White with #B269CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B269CF; }
p { color: rgb(178,105,207); }
H1.HeaderClassName
{
color: #B269CF;
}
.AnyTagClassName
{
color: #B269CF;
}
</style>
background-color css
<style>
a { background-color: #B269CF; }
a { background-color: rgb(178,105,207); }
div.DivClassName
{
background-color: #B269CF;
}
.BgClassName
{
background-color: #B269CF;
}
</style>
border-color css
<style>
span { border-color: #B269CF; }
span { border-color: rgb(178,105,207); }
td.TdClassName
{
border-color: #B269CF;
}
.TagClassName
{
border-color: #B269CF;
}
</style>